Viewing 30 results - 132,451 through 132,480 (of 142,762 total)
  • Author
    Search Results
  • #236335

    Thank you. That worked great.

    If I may ask you one more question regarding alignment of text in top Menu?

    I added a phone number to top left, via theme options, as directed in another post. It looks fine in full screen, but when I resize the browser window to match iphone the text drops from next to the social icons to below the top right menu. Is there a code to keep it above the top right menu?

    Thank you again.

    #236332

    Hi!

    Please try adding !important rule as following

    .av_secondary_right .sub_menu>ul>li:last-child { padding: 0 10px !important; }

    Best regards,
    Yigit

    #236331

    Hey. Thank you for your help.

    I cleared the browser cache and did several refreshes. Still no change. Can you see the change on your end?

    thanks again…

    This code works although It does appears at left when my purpose was actually to move it at the very right. Also the phone number appears at the left instead of right.

    Thank you.

    Oriol

    #236327
    Anonymous
    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li > a {
     line-height: 180px !important;   
    }
    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    What is Wrong ???
    It has unfortunately not changed anything!
    Changed file and uploaded again!

    Or do I have to do what?

    #236319

    Hey!

    Have you tried flushing browser cache and refreshing your page a few times after applying the code? I saw the issue and the code i posted should fix it

    Best regards,
    Yigit

    #236318

    Hi Gstar72!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { 
    max-height: 45px !important;
    margin-top: 10px!important; }}

    Your logo image is a bit small you can also try uploading your logo in double size

    Regards,
    Yigit

    #236317

    Thank you for your response. I added the code to Quick CSS and do not see any change. I deleted the CSS I had to style one of the menu items and tried your code again and no luck.

    To Clarify –
    The top menu looks like this –
    CALL US | Policies | Submit a Warranty Claim | Employment |Blog

    and we want it to look like this –
    CALL US | Policies | Submit a Warranty Claim | Employment | Blog

    The difference being the spacing between ‘|’ and ‘Blog’

    Thank you.

    • This reply was modified 11 years, 12 months ago by simplyaha.
    #236294

    Hi simplyaha!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av_secondary_right .sub_menu>ul>li:last-child { padding: 0 10px; }

    Cheers!
    Yigit

    #236284

    Hey motylanogha!

    Please see my post here to change PrettyPhoto skin https://kriesi.at/support/topic/change-layout-prettyphoto/#post-173889

    Cheers!
    Yigit

    #236269
    Anonymous

    Where do I insert the code ?

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }
    #236259

    Thank you so much Yigit!

    That has worked, one thing remains which is that on the services page there is a white gap between the service icons and the footer on the desktop version of the site. This issue is not present on the home page with the testimonials.

    Thanks again!

    Hey!

    I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:

    
    if(!empty($nav)) 
    

    with

    
    if(!empty($nav) || empty($nav)) 
    

    and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.

    Best regards,
    Peter

    #236236

    Hi!

    I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:

    
    if(!empty($nav)) 
    

    with

    
    if(!empty($nav) || empty($nav)) 
    

    and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.

    Cheers!
    Peter

    #236231

    The settings were correct, but I’ve just tried to recreate the secondary menu manually, without using WPML “menu sync” feature, and the menu appears now correctly. So I will ask the WPML forum for support.
    Thank you very much for your time, you can close the topic.

    Benjamin

    • This reply was modified 11 years, 12 months ago by cbassist.
    #236225

    There is a similar entry with the same problem here https://kriesi.at/support/topic/wpml-language-switcher-disappeared/
    I Inserted the code <?php do_action(‘icl_language_selector’); ?> on the file: includes > helper-main-menu.php an it worked, at least as a temporary solution. Let’s wait for assistance…

    #236219

    Anyone?

    #236212
    pako69
    Participant

    Hello
    I’m talking about the submenu that is displayed inside pages (right or left Columns)
    I would like to add for each LI a top and bottom border
    it’s easy to do but as there is no CSS class to indicate something like firt-item-menu / last-item-menu
    the borders are double.
    How can i change the php code that generate this menu to add this classes ?

    Thanks

    #236198
    #236194

    Hi mattmorse!

    You can probably do this with jquery. This thread may help you as a starting point: https://kriesi.at/support/topic/i-want-that-external-links-links-to-other-websites-open-in-a-new-windowtab/

    If you’re not familiar with jquery I suggest to hire a freelancer. This script shouldn’t be very complex and with testing, etc. it probably takes 1 hour or so to implement it.

    Cheers!
    Peter

    glicit
    Participant

    Hi there

    The Top and Bottom padding on text layers suddenly became very large on upgrading to 2.6.1. Left and Right are fine.

    I set Top and Bottom padding to 0px on the text layers in the first few slides. However the padding decreased on the first slide only. See link in PM

    I found some folders named cache and set them to 777 but it doesn’t help. I tried clearing my broswer cache and also using different browsers.

    • This topic was modified 11 years, 12 months ago by glicit. Reason: Removed URL
    #236170
    bevlogenverf
    Participant

    Hi

    I dont know

    But yesterday I worked on the website and now the phone number is no longer on the top right and orange but it is centered and black.

    any idea what to do?

    http://bevlogenverf.nl/

    #236160

    Hey!

    1) Könnt ihr bitte einen Link zu der Seite mit den Hover Effekten posten? Ich muss mir ansehen, warum der Code nicht funktioniert.

    2) Den Underline Effekt könnt ihr mit folgenden Code deaktivieren:

    
    #top li:hover .avia-menu-fx, #top li:hover .current_page_item>a>.avia-menu-fx {
    opacity: 0;
    visibility: hidden;
    }
    

    Best regards,
    Peter

    #236156
    uglymethod
    Participant

    Hello,

    I am attempting to set up my site. I have installed WooCommerce and the sample data. I am not however seeing any shop information installed. I have been through your install instructions but I cannot seem to find the information relating to utilizing all of the amazing features your theme has for WooCommerce. Can you please point me to where any documentation on this topic might be? This is what I found… http://kriesi.at/documentation/enfold/

    Thank you!

    #236155

    Hey!

    @Gee Are Pabst: Try this css code:

    
    @media only screen and (max-width: 767px){
    .responsive #header .social_bookmarks {
    position:relative;
    }
    
    .responsive .mobile_slide_out .logo {
    margin-top: 20px;
    }
    
    .html_header_top.html_bottom_nav_header #header_main {
    height: 125px;
    }
    
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    }
    }
    

    to improve the styling.


    @hojoon
    : Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).

    Cheers!
    Peter

    #236154

    Hey Jaroslav!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Best regards,
    Peter

    #236153

    Hey gentlemansgazette!

    I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…

    Best regards,
    Peter

    Hi Ismael, This works perfectly on the iPhone and the iPad. Both sections are displayed and we get the neat effect of the “fixed” sections on the laptop/desktop. Thanks so much for helping me figure out the custom CSS to make this happen.
    – Jane

    Hello Peter,

    You sir, are the man!

    That works beautifully…100% perfect working solution.

    I sincerely appreciate the excellent top notch support provided, especially for something so far from being a “theme issue”.

    You guys have earned my business for life and I’ll be singing your praises anywhere anybody will listen.

    #236134

    In reply to: Sidebar Widgets Links

    Hi Ismael,

    I tried that but it resulted in this:

    twitter – clickable
    iTunes Top 10 – not clickable
    Apple Hot News – not clickable

    What I want is this:

    twitter – not clickable
    iTunes Top 10 – not clickable
    Apple Hot News – clickable

    I’ve tried different variations of the code but it doesn’t work. Any ideas?

    Thank you. Hope all is well with you! Jas

Viewing 30 results - 132,451 through 132,480 (of 142,762 total)