-
AuthorPosts
-
January 21, 2018 at 3:19 pm #900359
Hi look plz site http://matras.tmweb.ru/
In main and secondary menu the link area moved down and in top. If my cursor is directly on word i can’t make click. I think you understand me.
And i can’t use search widget in header((( because link aarea moved down too- This topic was modified 6 years, 10 months ago by pddcoms.
January 21, 2018 at 6:00 pm #900407Hey pddcoms,
Can you post a screenshot? I can’t see how the area is moved down and in top. As for the cursor can’t be clicked it’s because of the header widgets interferring, as for the 2 widgets, it can be fixed by adding this css code in Quick CSS (located in Enfold > General Styling):
#header .widget { padding: 0 !important; top: 52px; } #header .widget_text { top: 24px !important; }
As for the links on the right, you need to replace this image (link in private content), crop the image to include on the button and not the extra whitespace.
Best regards,
NikkoJanuary 22, 2018 at 1:22 pm #900792Ok i will try.
January 23, 2018 at 7:18 am #901220Hi,
Great, let us know if you should need any further help on the topic.
Best regards,
RikardJanuary 27, 2018 at 7:04 pm #903723http://jet-plitka.ru/ Here i have widgets in header and after update i can’t see them. You know something about this problem?
January 27, 2018 at 7:08 pm #903725ohh all because update? i loose all in functions php. and how fix it? or it will be happens on every update?
- This reply was modified 6 years, 10 months ago by pddcoms.
January 27, 2018 at 8:49 pm #903741As I understood i need to install child theme and copy my code from functions php parent theme to child right?
1. i see in child theme 2 files CSS and Functions. What about other files in parent theme where i made changes?
2. Here jet-ceramic.ru I had a widget i header and than i install child theme i loose it. and i din’t know why..
if i use parent theme i look like this https://yadi.sk/i/GQjnQ3Mc3Rqk9G
and at child https://yadi.sk/i/bMa8cVuv3RqkFc i need like here!
3. What theme must be activate when i make changes child theme or parent? and for all time?- This reply was modified 6 years, 10 months ago by pddcoms.
January 29, 2018 at 5:40 am #904033Hi pddcoms,
You can export theme settings from the parent theme and import them to the child theme. All modifications in files should be done in the child theme. You need to copy the files that you need to modify to the child theme preserving the folder structure.
The child theme needs to be active.
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 29, 2018 at 3:11 pm #904275Thanks. What about this?
2. Here jet-ceramic.ru I had a widget i header and than i install child theme i loose it. and i din’t know why..
if i use parent theme i look like this https://yadi.sk/i/GQjnQ3Mc3Rqk9G
and at child https://yadi.sk/i/bMa8cVuv3RqkFc i need like here!January 31, 2018 at 3:52 am #905302Hi,
Thank you for the update.
The text widget is there when I checked the site. Is this fixed?
Best regards,
IsmaelJanuary 31, 2018 at 11:04 am #905503Yes, but search widget in secondary menu.
February 1, 2018 at 9:42 am #906085Hi,
Can you try to check your child theme, there seems to be an unclosed font tag:
<font style="font-family:comfortaa;font-size: 13px; color:#55565b;">
try fixing this up, since it’s showing everywhere in the inspector (screenshot in private content). Also can you try to post the content of functions.php in https://pastebin.com/ (post the link here so we can inspect the content).
Best regards,
NikkoFebruary 17, 2018 at 6:08 pm #913693Hi. Also can you try to post the content of functions.php in https://pastebin.com/ (post the link here so we can inspect the content). you need functions php child theme or main?
February 18, 2018 at 4:41 pm #913958Hi,
Only the child theme’s functions.php but if there are modifications in the functions.php of the parent theme as well, then please post it also.
Best regards,
NikkoFebruary 19, 2018 at 1:54 pm #914244I put code here. ok? it’s all my functions php
February 20, 2018 at 4:13 am #914652Hi,
The search widget is now inside the main header. Please add this css code to make it accessible.
#header #search-4 { z-index: 10000 !important; }
Best regards,
IsmaelFebruary 20, 2018 at 9:49 am #914761HI. It’s doesn’t work!
February 21, 2018 at 4:19 am #915191Hi,
The css code is working when we test it directly in the browser. Please provide the login credentials in the private field.
Best regards,
IsmaelMarch 4, 2018 at 3:01 pm #921060Hi i see this problem on all my sites where i use child theme. look here limoncake.ru
March 5, 2018 at 11:03 am #921406Hi,
Thanks for the info. Please post your login credentials (in the “private data” field), so we can take a look at the dashboard.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
IsmaelMarch 6, 2018 at 12:23 pm #922195This reply has been marked as private.March 7, 2018 at 6:53 am #922753Hi,
Thank you for the info.
We adjusted the existing code in the functions.php file a bit.
function custom_search_place(){ ?> <script> jQuery(window).load(function(){ jQuery('#menu-item-search').appendTo("#header_meta .social_bookmarks"); }); </script> <?php } add_action('wp_footer', 'custom_search_place')
Please remove browser cache or do a hard refresh before checking the page.
Best regards,
IsmaelMarch 13, 2018 at 2:26 pm #926087Ismael. Thank you.
March 14, 2018 at 8:50 am #926486Hi,
No problem. -Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Ismael -
AuthorPosts
- The topic ‘Main menu links’ is closed to new replies.