Viewing 30 results - 217,891 through 217,920 (of 243,472 total)
  • Author
    Search Results
  • #283525

    Topic: First install

    in forum Enfold
    Bearded
    Participant

    Upload Enfold Version 2.8.1 (2014 May 28th) in WordPress (3.9.1-ru_RU).
    Ftp permission on /wp-content/ is 777.
    After activation theme in ‘Enfold Theme Options’ i don’t have button ‘Install dummy data’ and i can’t find russian language for control panel.

    • This topic was modified 11 years, 4 months ago by Bearded.
    #283521

    Hey!

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

    #top .widget ul { list-style: none; }

    – Seems like you have manage to display social icons on the socket section
    – Please add your content into the same layout element as “EXPERT WITNESS & FORENSIC CONSULTANTS”

    div#av_section_1 ul { color: white; }

    Cheers!
    Yigit

    #283512

    In reply to: Large megamenu

    Hey heelia!

    Thank you for choosing Enfold!

    Unfortunately, the mega menu toggle is not available without major modification on the theme codes. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Note that the theme do have a mega menu feature. Please watch this video: http://vimeo.com/channels/aviathemes/67651241

    You can also try to integrate the ubermenu plugin but we won’t be able to provide any support for it.

    Cheers!
    Ismael

    #283510

    Hi!

    Thank you for the details.

    There is a theme named “SmallBiz Dynamic Lite” on Appearance > Themes. Where is this coming from? I checked the themes folder, there’s only enfold, enfold-child and the default wordpress themes but I don’t see this smallbiz theme. Are you sure that this is the correct server?

    Regards,
    Ismael

    Hey curmi01!

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

    .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
    background: transparent;
    }

    Different background color indicates current page :)

    Best regards,
    Yigit

    #283477

    Hey jazbird!

    Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    That small bug was fixed :)

    Best regards,
    Yigit

    #283476
    #283474

    Hey crm!

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

    @media only screen and (max-width: 1040px) {
    .av-main-nav > li > a { padding: 0 7px; }}

    Best regards,
    Yigit

    #283470

    Hey!

    Please go to Enfold/config-templatebuilder/Avia-shortcodes folder and open Buttons.php file and find

    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";

    and change it to

    $output .= "<a rel='nofollow' href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";

    Cheers!
    Yigit

    #283465

    Hey Mario!

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

    @media only screen and (max-width: 479px) { 
    .responsive #socket .sub_menu_socket {
    display: block;
    }}

    Best regards,
    Yigit

    #283457

    In reply to: right menu

    Merhabalar,

    Lutfen assagidaki kodu Enfold tema ayarlari > Genel Stillendirme sekmesi icerisindeki Quick CSS bolumune ekleyin

    .widget_nav_menu.widget_nav_hide_child ul ul {
    display: block;
    }

    Sayfalarin siralandirilmasinida lutfen bu eklentiyi kullanarak degistirin – https://wordpress.org/plugins/post-types-order/

    Regards,
    Yigit

    #283454
    amvdsande
    Participant

    Hi Kriesi!

    I used Cforms in Enfold but that is giving me conflicts with the JS files.
    Now I want to use Gravity Forms. Is Gravity Forms fully compatible with Enfold?

    I don’t want to afford a Developer license when it’s not compatible.

    Thx in advance!

    #283449
    buscofen89
    Participant

    Hello
    First of all I want to congratulate you for this wonderful project, I bought enfold theme for a while, it’s a great product very nice, and I love it.
    I only have one problem, I want to change the font color in the table, I want the color red,( deep red ). how can I do this? Thanks

    #283447

    Topic: Large megamenu

    in forum Enfold
    heelia
    Participant

    Hi! Can I make a menu like this http://beta.sj.se/#/ with enfold?

    #283446
    Gluepot1
    Participant

    So far I can’t get the Raleway google font to heavier than 600. I believe this font comes in more weights, how can I get enfold to display the heavier weights?

    #283439

    Hi Stefan_Gebhardt!

    Bitte aktualisiere Enfold auf Version 2.8.1 und versuche vielleicht die Thumbnails zu regenerieren: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Peter

    #283438

    In reply to: Multiple Items

    Hi adworks!

    Please insert this code into the quick css field:

    
    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
    color: #719430;
    }
    
    div .dropdown_widget .cart_list li span{
    color: #719430;
    }
    
    #scroll-top-link:hover, #scroll-top-link{
    color: #719430;
    }
    

    You can change the color values if necessary.

    2) You can try a background plugin like: http://wordpress.org/plugins/background-manager/ or http://codecanyon.net/item/custom-backgrounds-for-wordpress/121983. I didn’t test these plugins with Enfold though and I can’t promise they’re compatible or maybe you need to customize the theme files.

    Regards,
    Peter

    #283436

    Hey AdriaWave!

    The category/archive/blog pages use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the content. You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but you need to add this code to your child theme functions.php file or enfold/functions.php:

    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    	if(!is_single() && empty($current_post['post_type']))
    	{
    		$current_post['content'] =  get_the_excerpt();
    		$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    	}
    
    	return $current_post;
    }
    

    to query the excerpt from the “excerpt” field.

    Cheers!
    Peter

    #283434

    In reply to: Accordian style

    Hi!

    I didn’t test this solution but it’s the only easy one (which does not require php/js code customization). Try to insert this code into the quick css field:

    
    #top .aviaccordion-preview .aviaccordion-excerpt{ display: none; } 
    #top .aviaccordion-preview:hover .aviaccordion-excerpt{ display: block; } 
    

    If it doesn’t work you probably need to change the accordion slider code to fade in/out the excerpt content based on the toggle state. I recommend to hire a freelancer (i.e. here: http://studio.envato.com/ ) for this job or you can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and we’ll look into it if more users request it.

    Regards,
    Peter

    juicesandmilks
    Participant

    Hello,

    I’m using the Enfold theme portfolio post type and I have 2 different categories set up: one for “Film”, and one for “Commercial”.

    I’d like to use the avia post nav tabs to navigate between only portfolio items that have been categorized under “Film” when viewing viewing “Film” projects. I’d also like to have the same behavior for portfolio items that are categorized as “Commercial”. Unfortunately, the post nav tabs are navigating between all portfolio posts regardless of category.

    Is there any way to set this kind of behavior up, or to at least have the post nav tabs navigate through all “Film” categorized portfolio posts before navigating through portfolio posts of another category? right now it’s just going through all portfolio posts in order of oldest to newest without looking at the category.

    #283416

    Josue!

    It is really frustrating to work with the Ajax portfolio of Enfold. That involves a lot of copying and pasting and there is no layout builder for this. I need to add 400 companies and I realized this problem after just adding 30 and still I can’t figure out the source of problem with many of them. Do you have any suggestion for this?

    Please take a look at Yummy in the 4th page. when submitting the form it sends a message that includes Wall-street Deli instead of Yummy!
    Also when you submit the form it should show a message but nothing is displayed!

    Thanks,
    Amir

    Thanks for your quick response!

    Also, congrats on the Enfold Theme updates, now it is really possible to import new icon sets trouble-free. Keep the good work guys!!

    #283349

    In reply to: Tabular Table Issues

    This reply has been marked as private.
    #283316

    In reply to: Partner Image Logos

    Hi,

    Can you post the link to your website please? a screenshot may be helpful too.

    I checked the partner logos in the demo site on IE9, IE10 and IE11 and they worked as expected.

    Regards,
    Josue

    Hey!

    That featured is not available at the moment, if you really need it you would have to contact a developer for the job, also feel free to request it here.

    Alternatively, you could use a LayerSlider slideshow which have this option built-in.

    Best regards, 
    Josue

    #283304
    jonahrbrown
    Participant

    How do I display a custom widget made in Enfold?

    katbean
    Participant

    I’m using the “Fullscreen Slider” included in the Avia Layout Builder of the Enfold theme to insert a 4-slide slideshow on a site. The client would like the slides to display in random order. I’ve looked around in the settings and the template code and can’t seem to find a way to make this happen. Is there a way to make these slides display randomly? Thanks.

    #283273
    bobrewski
    Participant

    Hi,
    Enfold allows you to visually design static pages, but I want a way to design the layout of the Single Post blog page. How can you do that? The Advanced Layout Editor only appears on static pages. If I design a static Blog page and use it to show the blog, then it shows ALL posts. I want to design the layout of the Single Post. Thanks!

    #283270
    bobrewski
    Participant

    Hi,
    I installed jQuery Lightbox but the default Enfold lightbox still appears underneath. Is there a way to completely replace the Enfold Lightbox with jQuery Lightbox? Thanks!

Viewing 30 results - 217,891 through 217,920 (of 243,472 total)