Forum Replies Created
-
Author
-
fersampParticipant
HI,
your code is what I need, but I still have a little question: what is the css to do what I marked in the attach?
I mean one vertical centered menu and a simple string in the bottom?
The bottom menu I wrote with html and I have problem with translation, instead a wordpress menu is automatically translated, this is the reason why I would like to use a wp menu.Thank you very much
Attachments:
You must be logged in to view attached files.fersampParticipantI mean other shortcode, not kleo, for example custom code.
I need to show WPML selector with this code<?php do_action('wpml_add_language_selector'); ?>
Is it correct this function?
COPY CODEfunction language_selector() { // Code do_action('wpml_add_language_selector'); } add_shortcode( 'add_language_selector', 'language_selector' );
fersampParticipantI’m a young programmer, I don’t know very well php but I could try if only knew where to put the hands.
But I have to pay a freelancer to do this bar position change? I believe is only a position code changing.fersampParticipantCan you help me to understand what is the code involved with social bar?
Beacause I also need to change WPML selector type language that is in right corner of the social bar.
I don’t understand if there is an option to set it in the backend or I have to change php code to do it.January 8, 2016 at 12:09 in reply to: Bar is added if translate home page from Italian to English #97181fersampParticipantThanks
fersampParticipantIt works, thanks.
I didn’t believe that I’d need this big code to do a simple color change, however thank you.
fersampParticipantsorry, this is the attatchment 🙂
Attachments:
You must be logged in to view attached files.fersampParticipantI just asked, they answered:
“The above features are of BuddyPress plugin. We include upload terms to rtMedia uploader only.”In italian wee say: “Scarica barile” that means “Everyone gives responsibility to others ” 🙂
fersampParticipantNo, it doesn’t work on WP 2015 Theme. So I have to ask to buddypress forum 🙂 yuppy
fersampParticipantTo add “Agree Terms” checkBox before upload an image in user Profile, Can you help me? or I have to ask to BuddyPress Forum?
fersampParticipantBut you mean bg of the submenu like “Categorie”, “Le mie prenotazioni”, “Luoghi”…
even after cleared cache, bg is still white… grrr
fersampParticipantIt’s still a white background…sorry, I inserted this
COPY CODE.top-menu .dropdown-menu li a:hover { background: green !important; }
into quick css
fersampParticipantokok I think the problem is that I’m doing an https request from an http page…I don’t know why my home page is not https directly if you don’t write on the browser the link https://www.sitename.it… I’m contacting hosting service
fersampParticipantOk, i published this, but now I have
“Multiorigine blocked request (cross-origin): the matching criterion of the origin does not allow reading of remote resource from https://www.dayroma.it/wp-login.php. Reason: CORS header “Access-Control-Allow-Origin” missing.”Sorry for my ignorance…
fersampParticipantI tried to add on facebook app https://www.dayroma.it/ and say that is incorrect.
With http://www.dayroma.it/ I have an error too. 🙁Before moving my site to ssl worked http://www.dayroma.it/… now neither.
I also created the facebook app from scratch, but in vainfersampParticipantI still have problem with login, can you help me understand what problem is?
I registered a new facebook app and inserted the ID in miscellaneous theme option.
Now I have some problem:
1) With chrome and firefox, when I click login button popup is shown, but after the autentication on fb it doesn’t happen anything, the pop up it’s still open.
2) in internet explorer appear sometimes yes and other not:
“Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.”fersampParticipantI set the facebook APP id in miscellaneous theme settings…What else can I do?
For the second error, I added on function.php a code I don’t use, I deleted it.fersampParticipantYou were right, It was a plugin conflict, appPresser Facebook, I disactivated it and now it goes better.
But the facebook login button doesn’t work now, before doesn’t appear :-): when I click it, it appears a blank page for a moment but then it’s closed. In a short time I see https:// request in that page, but nothing else.
Where I can fix this problem?Can you help me to understand how login works?
I mean: I would like that people don’t see anything about wordpress, but have the impression of being on a professional site.
Facebook Login often doesn’t work and now even the registration page is blank.fersampParticipantI talked with my hosting provider but they didn’t manage to help me, they don’t know what the problem is.
🙁
What can I do? There are the same problems.fersampParticipantok, now I can use shortcodes.
But, can you help me with using a datepicker?
I need to use a datepicker to choose a date: then I have to use that date in a shortcode converted into a string, how can I do that?
I use Events Manager plug in, so I just filter the events for that choosen date
fersampParticipantPerfect! it works. Only for knowledge, how does it works the resizing of the logo_img when scrolling?
In the code you posted, Can I eventually use the percentages dinamically changed in base of the resizing of the logo, so that the menu move on left with the image resizing? It would be an amazing effect…I know I ask too much 🙂
fersampParticipantI would like to have from left to right:
logo – menu with all link on the left and Login button on the right.
How can I do this?
fersampParticipantSorry, last question: in the button class, Can I set the alignment so that the button will be placed on the right of the menu? If yes, how?
I’m not very good with .css, I will write css class in theme.css in the child theme?
fersampParticipantThank you for answer.
I need to use shortcode only because I’d like to put all menu links on the left near the site logo and only the login-register on the right.So you mean that I can put login button only using menu “Login” and “Register” that are just in Kleo Theme, I only need to customize their look to button. There is an easy way to do this in css?
Can I align only the register-login button, once I customized it like a button, to the right?
-
AuthorPosts