Viewing 30 results - 229,891 through 229,920 (of 244,448 total)
  • Author
    Search Results
  • #217253

    Hi!

    This plugin will help you set the permalinks the way you want (i tested locally and it worked with Enfold portfolio items):
    http://wordpress.org/plugins/custom-permalinks/

    Please be respectful with the support staff, that attitude won’t get you anywhere.

    Best regards,
    Josue

    #217252
    freepixelweb
    Participant

    Hi, I have a problem with Lasted News widget, I use it in the footer with a setting of 1 news displayed, but I have achieved 3 displayed.
    Bug Lasted News Enfold Widget

    Another problem occurs with Safari and submenu (ul sub_menu), if I use the “Header with Social Icons and bottom navigation” a:hover of the sub-menu is not correct in Mega menu mode (Look screen capture – no background-color), then it is okay with other modes of Header.
    Bug Hover sub_menu Safari V5

    Regards.

    Jean

    #217242

    In reply to: IFrame on Enfold

    Hi,

    Can you post the link to the actual Page please?

    Regards,
    Josue

    This reply has been marked as private.
    #217217
    crealities
    Participant

    I have set up a static page to be my home page on the Enfold page that is titled “Home” How do I eliminate the title and the “You Are Here: Home” as well??

    Many thanks in advance.

    Hi spmcfarland!

    Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    instead of 200, insert 88, then add following code to Quick CSS in Enfold theme options under Styling tab

    .fixed_header.social_header #main {
    padding-top: 119px;
    }

    You may need to adjust the top padding value

    Regards,
    Yigit

    #217185

    In reply to: Logo sizing

    Hi Sara!

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

    .fixed_header.social_header #main {
    padding-top: 200px;
    }

    You may need to adjust the value. Or you can post the link to your website and we can help you

    Regards,
    Yigit

    #217183

    Hi cavanaughb!

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

    #top .ls-nav-prev, #top .ls-nav-next {
     width: 40px; height: 90px; }
    #top .ls-nav-prev:before, #top .ls-nav-next:before {
    line-height: 90px; }

    Regards,
    Yigit

    wayzart
    Participant

    First I have to say the Enfold theme is one great theme and I hope you keep updating it.

    Next and this could have been answered but could not find anything. I have a client the doesn’t like the responsive action of the them and I tried to talk him into it but he is old school lets just say, but he uses his iphone and ipad to show is watercolor rendering to clients.

    Now the problem:
    When you open the image and then it goes into the lightbox screen you have to chase the image and I tried everything I could think of to fix it. This has to be a java script problem because it does it in other themes you have. I don’t know java script but if someone shows me or point to the coed and some suggestions to fix I can do that. I just need to get this resolve very soon.

    http://michaellungren.com/MLnewsite/?portfolio=healthcare-exteriors

    #217178

    Hey Lynn!

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

    .container_wrap { z-index: 1; }

    Best regards,
    Yigit

    #217170

    In reply to: Strange IE9 issue

    Hi Ismael-

    Thanks very much for that link to the update video – I had to modify some of the theme files to get the site exactly how the client wanted it – so I was afraid to update to the latest version of Enfold. I didn’t realize there was a file in the update zip that tells exactly which files need to be copied over for the new version – so that is awesome! I’ll be able to update without worrying about breaking things. Hoping this will help solve my problem!

    Thanks so much for your great theme, and great support – you were very quick to answer and I really appreciate it!!!

    Pamela

    #217164

    Hey marienoisette!

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

    @media only screen and (max-width: 767px) {
    .avia-caption .avia-caption-title {
    font-size: 10px; }
    }

    Cheers!
    Yigit

    #217158

    That works, thanks. So if / when Kriesi updates the black color scheme, I should remove that Quick CSS, correct?

    #217156

    I think for now its the best quick-fix. I’ve added it as an issue so Kriesi can take a look at it and update the Black color scheme properly.

    #217155
    kcristella
    Participant

    Hi. Using this page as a reference – http://kriesi.at/themes/enfold/shop/

    What are the widgets that control:
    1) The login (username / password) form?
    2) The color / size filters?

    Thank you for the help.

    #217153

    Thanks that fixes the visibility issue. Doesn’t match the theme 100% with the white background / blue highlighting but it’s good enough unless changing that is a quick fix as well?

    #217150

    In reply to: footer resize

    Hi kbrimberry!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0

    #footer {
    padding: 0; }

    by default it is 15px 0 30px 0

    Best regards,
    Yigit

    #217136

    Topic: footer resize

    in forum Enfold
    kbrimberry
    Participant

    Hi,

    I’m new to the Enfold theme. How do I resize the footer height?

    Thanks in advance!

    #217134

    Hi anab!

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

    #header_meta { display: none; }

    Regards,
    Yigit

    #217129

    Hi kcristella!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .chzn-container .chzn-drop {
       border-color: #444444;
        background-color: #111111;
        color: #8C8C8C;
    }

    I’ll ask Kriesi to update the styling option as well.

    Regards,
    Devin

    #217128

    Hey samuelspodecox!

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

    @media only screen and (max-width: 767px) {
    #top .header_color select { color: white!important; }}

    Regards,
    Yigit

    #217124

    Hey David!

    Please refer to my post here https://kriesi.at/support/topic/header-with-social-icons-and-bottom-use-text-instead-of-social-icons/#post-215140
    to move “Phone Number or small info text” section to next to social icons.
    And add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
    background-color: #888;
    color: white!important;
    border-color: #888!important; }
    #top .main_color .avia-color-theme-color { background-color: #888; }

    Best regards,
    Yigit

    #217120

    Hey sundialstudios!

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

    .header_color .main_menu .menu ul li a { background-color: rgba(255,255,255,0.5)!important; }

    Regards,
    Yigit

    Hey!

    That kind of individual customization is outside of what we can help with through support. Debuging custom code/scripts needs to be done by the original author or by a freelance developer.

    Best regards,
    Devin

    #217114

    Hey Dude, thanks for you swift reply! And with a super answer, gonna set it up with get_post_meta indeed!
    thx for leading me in the right direction!

    I added some Enfold related things in the ps, in case you missed it! check it out :)

    cheers,
    Thomas

    #217112

    Hi borkent!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and replace

    
    				if(empty($this->loop[$key]['content']))
    				{
    					$this->loop[$key]['content'] 	= avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
    				}
    

    with

    
    				if(empty($this->loop[$key]['content']))
    				{
    					$this->loop[$key]['content'] 	= avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
    				}
    
    $this->loop[$key]['content'] = '<img src="my-image.jpg" />';
    

    and instead of my-image.jpg insert the url path to your preview image. If you want to use a meta box you can use the get_post_meta function: http://codex.wordpress.org/Function_Reference/get_post_meta to fetch the meta field data. Use it like

    
    				if(empty($this->loop[$key]['content']))
    				{
    					$this->loop[$key]['content'] 	= avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
    				}
    
    $prev_img = get_post_meta($id, 'my_custom_field_name');
    if($prev_img) $this->loop[$key]['content'] = $prev_img;
    

    Regards,
    Peter

    #217108
    webWahine
    Participant

    Hello

    I have been trying for ages to get ANY print plugin to work with Enfold. Yes, I agree, who even wants or needs to print a page at all but the client wants this feature. I have managed to get CleanPrint almost working properly, however, in order to have the entire page show up for printing, I needed to wrap a div tag around each text block item:

    <div class="cleanprint-include">Content here...</div>

    So, I manually added this div into each text block in the advanced layout editor, but I have tabs on each page and the titles are not showing up because I can see the raw HTML. What would be ideal is to know where to add this div in one of your files to wrap the entire page, but that may not work for the tabbed titles. So could you please let me know:

    1) Where to add the div tag to wrap the entire portflio item’s page
    2) Where to use the div tag to make the tabbed titles also show up.

    Thanks so much!

    #217107

    If we can have options for full functional menu on top, left, right, or even bottom. And the options for the top menu below a huge header image (full screen), it stick to top when you scroll down. This design is getting popular for one page design.
    Regards,
    Darren

    #217104
    borkent
    Participant

    Hi all,

    I have been working with Enfold for a number of sites now and never actually needed this forum :) However I have one now where I want something special. I am not sure if a support forum is the place to be as its more like a customization of the masonry portfolio.

    So whats the deal?

    Its possible to show title and excerpt on the hover panel of the items in the masonry, however I would like to show an image there. I was able to do this by setting it to excerpt, and add <img src=” etc to the excerpt. Looks pretty ok, only now ofcourse in the search results the image is shown aswell, and probably will on other areas of the site at some point.

    Here is a screenie of the work in progress: http://www.borkent.com/screenie.jpg

    I have a custom metabox setup in the portfolio admin to add the image needed for the figcaption hover panel, and I found the code in masonry_entries.php “<div class=’av-masonry-entry-content entry-content’ {$markup}>{$content}</div>” but somehow I just cant get the image to show correctly, it either breaks entirely or shows multiple instances of the src url.

    If anybody can tell me how to squeeze in this custom metabox entry without it duplicating zillions of times etc etc I would be very greatfull! Or maybe there is a way to use a function to insert something there?

    Kind regards and thanks for awesome themes!

    Thomas

    ps. just clicked my link and I see it opens in the lightbox, this is the same lightbox as on the enfold template and it has some css bug. Here is a css fix for it.

    problem: http://www.borkent.com/screenie_lightbox_kriesi.jpg
    fix:

    @media only screen and (max-width: 767px)
    {.pp_details {
    height: 50px!important;
    width: 100%!important;
    }}

    div.pp_default div.pp_content_container .pp_details {
    margin-top: 5px;
    }

    I also noticed I had to change some stuff to get logos working correctly in responive mode, I fix it with this:
    @media only screen and (max-width: 767px){
    .responsive .logo img {
    margin: 0 auto;
    max-height: 80px!important;
    }

    #217095
    asohf
    Participant

    Hello !

    I just create my first website with enfold theme.
    I have a problem with the enfold theme options. Actually, I can’t edit the “styling” options. When I change an item like color, I “save all changes”, but when I check my webpage, nothing have change…
    Can you explain me what’s happen ?

    Thanks

Viewing 30 results - 229,891 through 229,920 (of 244,448 total)