Viewing 30 results - 137,971 through 138,000 (of 141,814 total)
  • Author
    Search Results
  • #168162

    Hi!

    The anchors are just like any other anchor you would set in a regular html page. The browser goes to them and puts it at the top of the screen. What you are seeing is the anchor being behind the menu because the menu floats above the content.

    So if you want the viewer to land below that then the anchor needs to be further above the content as you’ve done with the support pages and sections.

    Regards,
    Devin

    #168157

    In reply to: Many IE8 Issues

    Hey Devin,

    2. The white background is still disappearing from behind the menu when sized down to the point of the mobile menu kicking in.

    3. Unfortunately I’ve tried re-installing the theme files a couple of times and the problem with the fonts not showing still remains. I am not using any caching plug-ins.

    5. I tried installing the modernizr plugin, but it did not fix the issue with the Recent Post images (I did not notice any changes from installing the plug-in).

    6. I followed the instructions for changing the menus responsive function, which worked for the most part. Although now I’m getting a weird 10-15px zone between where the menu changes from regular to mobile where the mobile menu shows and is mis-aligned to the top right. I’ve taken a screenshot of the issue, seen below. *Note this is not happening in IE8, only in modern browsers like Firefox and Chrome*
    http://s7.postimg.org/7fnke3yez/Screen_Shot_2013_09_30_at_9_13_50_AM.png

    Thanks,
    Tom

    #168139

    Hello ullastret!

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

    .header_color .main_menu ul:first-child > li > a { color: red; font-weight: 400; font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .header_color .main_menu ul:first-child > li > a:hover { color: green; }
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }

    You just need to adjust colors, font-weight and font-family as you desire

    Cheers!
    Yigit

    #168112
    kriga
    Participant

    Hello

    How can i place the Language-Switcher of the WPML-plug in the toolbar or in the banner area (Theme: ENFOLD) ?

    Thanks
    Kriga

    • This topic was modified 11 years, 8 months ago by Ismael.
    #168111

    Josue,

    Still having a issue with the block of color showing on the color element at the top of the pages. Take a look http://codelessme.com/thematrona/about/

    #168070
    simonhowe
    Participant

    Hi

    I’ve been trying to change the iconbox title to lower (or sentence) case but nothing seems to work. I’ve tried adding
    .iconbox_content_title {text-transform: lowercase;} (and variations of it) in the Custom CSS panel but it isn’t working.

    Ideally, I only want to change the “MULTITAS” text in the iconboxes at the top of this page http://www.infoplex.co.uk/products/multitas-business-manager/ to read either “MultiTAS BUSINESS MANAGER etc…” or “MultiTAS Business Manager etc…” I don’t really want to change the iconboxes elsewhere on the site.

    Any suggestions would be gratefully received.
    Si

    #168055

    Hi all !

    First post here : support and users’ questions are so great I always find an answer to my problem ! Great work !!

    I’m currently making some custom translations specific to my website and I stumbled upon the same problem as stated in this thread : https://kriesi.at/support/topic/some-strings-are-not-localized-with-po-mo/ Since there has been a few updates to Enfold since that time, I was just wondering if this fix was scheduled for a future release.

    If I may add, I’m using the Codestyling Localization plugin as recommended and it appears that the “unlocalized” 2 strings are not in the avia_framework Textdomain like all the other strings, but in the default Textdomain (see screenshot below). Don’t know if that helps…

    Missing strings

    Thanks again for the great support !

    Fred

    #168048

    In reply to: Mouseover Farbe

    Hey!

    Der Code den ich hier: https://kriesi.at/support/topic/mouseover-farbe/#post-167511 gepostet habe sollte funktionieren. Falls nicht, nimm bitte die spans mit den Inline styles aus dem Code. Daher

    
    <span style="color: #eeeeee;"><a title="Marco Behrens - Dein Weg zur VOLLKOMMENEN Freiheit" href="http://www.marcobehrens.com/"><span style="color: #eeeeee;">Home</span></a> / <a title="Impressum" href="http://www.marcobehrens.com/impressum/"><span style="color: #eeeeee;">Impressum</span></a> / <a title="Kontakt" href="http://www.marcobehrens.com/kontakt/"><span style="color: #eeeeee;">Kontakt</span></a><br>
    </span>
    

    wird zu

    
    <a title="Marco Behrens - Dein Weg zur VOLLKOMMENEN Freiheit" href="http://www.marcobehrens.com/">Home</a> / <a title="Impressum" href="http://www.marcobehrens.com/impressum/">Impressum</a> / <a title="Kontakt" href="http://www.marcobehrens.com/kontakt/">Kontakt</a>
    
    

    Cheers!
    Peter

    #168039
    ullastret
    Participant

    Hello I would like to change the size, weight and font-family of the top navegation menu. Could you please tell me which changes should I make to the CSS file.

    #168028

    In reply to: 3 bbpress questions

    Hi stunna42!

    1) In functions-enfold.php replace

    
    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    with

    
    if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    2) Use following css code:

    
    #top .main_color .bbp-body p{
    color: #333;
    }
    
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    color: #333;
    }
    

    The first rule will change the text color of the posts and the second rule will change the editor text color.

    3) In functions.php search for

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    

    and replace it with

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    
    if(is_bbpress())
    {
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');
    }
    

    Now the sidebar uses two units of the 12 units grid (instead of 3) and the content will use 10 units instead of 9.

    Regards,
    Peter

    #168027

    In reply to: new social icons

    Thanks Devin.

    Ismael said my theme was broken, https://kriesi.at/support/topic/enfold-settings/#post-167861. Would you suggest me to wait for the new release?

    thanks,

    #168017

    Hey!

    3) I had the same problem on my website and solved it with following css code

    
    .title_container .main-title {
    width: 100%;
    margin-bottom: 35px;
    }
    
    .title_container .breadcrumb {
    top: auto;
    bottom: 10%;
    }
    

    It will extend the title container to 100% and push the breadcrumb to the bottom – i.e. like here: http://inoplugs.com/tutorials/how-to-use-the-media-gallery-in-combination-with-flashlight/

    Josue’s code should also work but maybe you need to add an !important tag like

    
    .title_container .breadcrumb {
    position: static !important;
    }
    

    6) Not right now but we’ll release an update next week (Enfold 2.3) which allows you to upload ANY icon font zip file you generated with: http://fontello.com/ and the theme will then allow you to select your uploaded font icons too.

    Regards,
    Peter

    #168009

    Because I plan on changing the layerslider to a color section. I want to put a sign-up form at the top of the page, so the spot where the layerslider was going to be, but then realized forms placed within layerslider aren’t responsive and don’t adjust size and on an iOS mobile device, you can’t even see the entire form because the layerslider cuts it off.

    Even so, that is not the only section I want to do that. Like below where there is a fixed background color section, I would like to add the wavy transparent divider there.

    Take a look at http://www.rikkazimmerman.com and you’ll see, it’s used all over the page dividing sections out in different colors. I would like to do something similar. I don’t know if this theme is capable of that though.

    Oh, and I may not make it wavy, or keep it that way. I may decide I prefer the look of say the dividing section of your homepage , or perhaps a ripped paper look or jagged teeth look. If it’s something that can be designed using css code, that would be cool, but how do you edit the css code of the dividing lines into a different shape than straight? I don’t necessarily need to place an image the way I have been trying to do it.

    • This reply was modified 11 years, 9 months ago by Alex.
    #167998
    uattah
    Participant

    I tried to look for this topic in existing posts, but was not able to find anything. I just started building my site a couple of weeks ago and I imported dummy pages. It looks like some of those pages are indexing in Google search engine. I have now marked them as “private” and want to know if there is any way to make sure that private pages do not get indexed. Any help or code would be greatly appreciated.

    Thank you!

    #167982

    Hi mtupuschies!

    I don’t have the access to the plugin so I can’t test it. Have you tried inspecting the lightbox pop up and add a z-index to bring it to the top? A screenshot will help.

    Cheers!
    Ismael

    #167919

    In reply to: Collapsable menu

    Hello deeps!

    Your avia.js still shows the original switch width:

        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 767;

    See this post for more info: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    Cheers!
    Devin

    #167875

    In reply to: IE8 Issues + others?

    Thanks Ismael. The grey gradient background is meant to stretch, and does so on everything other than IE8. Is there any way to get this to stretch for IE8, or alternatively make sure that if it is not a compatible browser that the image just doesn’t show?

    Lastly, the other two things that don’t work are the social buttons in the top left corner, and there are two images (GIA/HRD logos) in the footer aligned with CSS that don’t show on IE8 either.

    Greatly appreciate the help!

    #167865

    Hi Ismael,

    Thanks for the response!

    I have tried doing as you have suggested, the Ajax Contact plugin has been deactivated and deleted but the problem still exists.

    Not sure if this helps but on the desktop, the tabs and slider works on Chrome browser but not on IE. On mobile devices though, all browsers I tried didn’t work.

    #167864

    I think I actually just found the problem. I had added .blog-author{display:none;} to the Quick CSS so the author/User ID would not show up on posts, etc.

    Once I removed that the navigation menu re-appeared.

    Is there another way to stop the author name(s) /User ID’s from appearing?

    Thanks in advance!

    #167860

    Hey Cedric045!

    The tabs are not working even on desktop view. Please try to deactivate Ajax Contact plugin, see if it fixes the tabs and post slider.

    Best regards,
    Ismael

    #167859

    In reply to: Lightbox and Logo

    Hi!

    2.) Kriesi already answered this question on a topic and he didn’t provide the answer or code for the logo switch. He wanted to make sure that kriesi.at is unique. You can hire a freelance developer or designer to modify the logo feature.

    3.) Enfold already comes with a lightbox plugin which is prettyPhoto. We can’t assure you if the Jackbox plugin is compatible with the theme. We won’t be able to provide full support for any third party plugin.

    Cheers!
    Ismael

    #167858
    MLA18
    Participant

    Apologies if this is a duplicate topic. I have looked through the forums and don’t see this mentioned specifically.

    Currently there is no navigation menu when viewing on the standard Android browser on a Samsung Galaxy II. The menu is there however on the same phone if viewed through Firefox or Opera. Enfold theme version is 2.2.

    My client has a slightly older iPhone (I am waiting to hear back as to what version the iPhone is) and is claiming to have the same problem, no navigation menu.

    Are there any CSS fixes for this?

    Thanks in advance!

    #167844

    In reply to: Icon Box Problem

    Hi!

    Add this on your custom.css or Quick CSS:

    @-moz-document url-prefix() { 
      .iconbox_content h3 span a span {
    position: relative;
    top: -20px;
    }
    }
    
     .iconbox_content h3 span a span {
    _position: relative;
    _top: -20px;
    }

    Why is there a span tag inside a span?

    Regards,
    Ismael

    #167800

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    #top div .avia-gallery img { border-style: none; }

    Cheers!
    Yigit

    #167796

    Meine Primary Color ist “#c3512f”. Und das unter “Header”, “Main Content” und “Alternate Content”. Daran sollte es also nicht liegen.

    Meinst du “/wp-content/themes/enfold/css/custom.css”?
    Dort steht nur folgendes:

    /* 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 */
    
    }
    #167790
    Bogusz
    Participant

    Hi,

    I have found out that Enfold theme is causing issues with Online Product Documentation WordPress Plugin, which has recently been released on CodeCanyon. Here is the link:
    http://codecanyon.net/item/online-product-documentation-wordpress-plugin/5653664

    Now the issue is with the table of contents in sidebar which should get fixed position and be visible all the time when scrolling. It does not and it is left on the top when I scroll.

    When I switch from enfold to an other theme everythig is working fine.

    Could you please try to find what is causing the conflict?

    Regards
    HoGo

    #167785

    Solved it. It seems enfold doesn’t like the Google Aanalytics plugin from Yoast.

    Thanks

    Valluk

    #167783
    Valluk
    Participant

    Dear,

    Just installed the theme and it looks very promising.

    We had a content slider working on a page, but today I noticed it didn’t work anymore. I tried a complete new page but the same problem.
    The sidebar is also not showing.

    http://www.xqeez.nl/xqeez/hoe-werkt-het/

    Thanks

    Valluk

    #167782

    Hi!

    Please try to add following code into the quick css field and check if this makes any difference

    
    #top .main_menu .menu>li>a {
    min-width: 150px;
    }
    

    Best regards,
    Peter

    #167760

    Hi!

    I’m not sure but I think that is not possible. You need to move the “ANY LAYOUT IMAGINABLE” on top of the page if you want it to be on top of the page.

    Regards,
    Ismael

Viewing 30 results - 137,971 through 138,000 (of 141,814 total)