Viewing 30 results - 236,431 through 236,460 (of 243,856 total)
  • Author
    Search Results
  • Hey davevi!

    Try adding this code to the Quick CSS (Enfold > Styling):

    #main{
    background: transparent;
    }
    #main .main_color{
    background: rgba(255, 255, 255, 0.5);
    }

    Result:

    Regards,
    Josue

    #174893
    This reply has been marked as private.
    #174891

    Hey Roman!

    That feature may come in a future update, however If you really need it try hiring a freelancer for the job.

    Best regards,
    Josue

    #174890
    This reply has been marked as private.
    #174889

    Hey!

    Did it work on live? it’s probably because the ID on live may be different from the one in local.

    Regards,
    Josue

    #174887

    Totally weird it does not work on my locally but does on the live site?

    #174883

    Is this post set to private as it keeps removing the tick from private/moderators only

    #174881
    This reply has been marked as private.
    #174880

    Hi,

    Can you post the link to your the page in question please?

    Regards,
    Josue

    #174877

    Ok cool got that however i have done exactly that and nothing happens at all, no changes.??

    #174875

    Hey!

    Each page has an unique ID, you can see it in the URL when editing them:

    Now that we know the IDs, to set styles to different pages simply do it like this:

    .page-id-1336 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }
    .page-id-123 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }
    

    Cheers!
    Josue

    #174874

    Where can I find that code? ” I ” in menus I would like to appear as ” i “.

    #174871

    That didn’t work. I added this to the bottom of page.php in my enfold theme folder (the child folder had no page.php file):

    <div id=”disqus_thread”>
    <?php disqus_embed(homesmartsecure.disqus.com); ?>
    </div>

    And I added this to the bottom of function.php in my enfold CHILD theme folder:

    function disqus_embed($disqus_shortname) {
    global $post;
    wp_enqueue_script(‘disqus_embed’,’http://homesmartsecure.disqus.com/embed.js’);
    echo ‘<div id=”disqus_thread”></div>
    <script type=”text/javascript”>
    var disqus_shortname = “‘.$disqus_shortname.’”;
    var disqus_title = “‘.$post->post_title.’”;
    var disqus_url = “‘.get_permalink($post->ID).’”;
    var disqus_identifier = “‘.$disqus_shortname.’-’.$post->ID.’”;
    </script>’;
    }

    I only want the comments on this one page, NOT all my pages, but I can’t get it to show up at all on anything but a blog post and I don’t have to do anything for that.

    If I can’t add disqus comments to this page (which I really want to do), can I at least add the theme’s comments to this one page somehow, not all of them?

    #174870

    In reply to: Help with Theme

    This reply has been marked as private.
    #174869

    Hey.

    Thanks for the answer, i am not a developer just an end user, i get the bit about adding the code in the “Quick CSS in Enfold theme options under Styling tab” which i have done but how do i add the page ID’s to a per page colour for the icons?

    Be gently!

    Thanks

    #174855
    f dech
    Participant

    after I updated to the latest Enfold version the mobile menu icon changed position.

    is there a quick fix?

    check

    #174844

    Hi!

    Try with opacity:

    #header{
    opacity: 0.6;
    }

    Cheers!
    Josue

    #174839

    Hi!

    Open this file, and replace line 459:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'
    

    By this:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="screenr.com"]'
    

    Best regards,
    Josue

    #174836

    Please have a simple switch in the settings that allows us to hide the time and date in the blog posts.

    Thanks!

    #174822

    OK, now I’m getting incredibly frustrated :( I’ve now split the groups out into 5 separate slides, but I’m still only getting the first 4 layers showing. Nothing is showing on any of the other slides that I’ve created, even though (again) they are working on the preview. I’ve disabled all of the plugins so it’s not a plugin conflict that’s causing it. Can someone please help me with this because there doesn’t appear to be any reason whatsoever for these slides not to be working. This was one of the main feature I bought Enfold for, and I’m considering extending to another 5 sites, I don’t want to end up having this much of a struggle to get things to work every time… :(

    Any one out there want to be my hero and tell me how I can fix this?

    Thanks so much,

    Claire

    #174808

    Hi!

    You can find it in enfold\framework\php folder open class-breadcrumb.php file. But you can use this plugin to change it as well http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Yigit

    #174786

    Hey midischool!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }

    You can use different colors in each page using page ID’s :)

    Best regards,
    Yigit

    #174785

    Hi ErikManger!

    Sorry, it is not clear to me. Can you elaborate? If you would like to use lowercase, you can add a similar code to following

    .iconbox .iconbox_content .iconbox_content_title { text-transform: lowercase; }

    Best regards,
    Yigit

    #174779

    In reply to: Padding to main menu

    Hello Mark!

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

    .main_menu ul:first-child > li > a { padding: 0 13px!important; }

    Best regards,
    Yigit

    #174777

    Hey Mark!

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

    #socket .container { padding: 30px 0; }

    Cheers!
    Yigit

    Hello PPCHound!

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

    .iconbox .iconbox_content .iconbox_content_title { overflow: visible; }

    Best regards,
    Yigit

    #174774

    Hi!

    If you are talking about LayerSlider, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .ls-wp-fullwidth-container { margin-top: -10px; }

    Cheers!
    Yigit

    #174769

    Please add a printable css version

    #174759
    Roman
    Participant

    Hallo,

    as it seems the theme pages have a serious problem to be printed in a reasonable way.
    Can you pls do something about this?
    I think that would be interesting for most buyers.

    Any plans?

    Kind regards
    Roman

    IndikatorDesign
    Participant

    Hello,

    if I open my Website in landscape mode on iPad, there is a white space between the Navbar and the Layerslider. It´s´just in the landscape modus on iPad not in a browser with a smaller window on mac or pc.

    In portrait mode it works fine, and on iPhone it seems that there are no problems, too.

    Any idea?

    Regards

Viewing 30 results - 236,431 through 236,460 (of 243,856 total)