Viewing 30 results - 218,971 through 219,000 (of 244,540 total)
  • Author
    Search Results
  • #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!

    #283268

    Topic: Import posts

    in forum Enfold
    JulieDesigns2
    Participant

    Hi there,

    My client has a current site with ~200 artists represented. Each artist is a post in the current site.

    Is it possible to export the posts from the current site and import these artists as Portfolio Items in the Enfold theme?

    Links are provided privately below.

    Thank you

    #283266
    #283262
    a00109943
    Participant

    Hi there! I currently have an old version of Enfold that a freelancer had installed last year at some point. But given that I did not have access to forums or anything like that I decided to purchase another license for my own access. Problem is that I tried to upload the theme (zip) through wordpress but it suddently gives me this error:

    Theme uppacking…


    and then says upload failed …missing style sheet css

    Any ideas?

    #283252

    Hi Josue,

    no, my client uses wpSEO already. Why does Enfold show shortcodes?

    Best regards
    David

    #283244

    In reply to: How to centre logo

    Hey nsr500rossi!

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

    .logo img { margin-top: 30px; }
    .header-scrolled .logo img { margin-top: 0; }

    Cheers!
    Yigit

    #283239

    Topic: Table Bug on Mobiles

    in forum Enfold
    tidusuper91
    Participant

    When the table is resized the first header drops out and all the rows are messed up under wrong headers. I’ve seen already some old bug reports on this forum about this issue but I’ve the last version of Enfold so I don’t understand why they’re still showing up.

    #283236

    Hey peterd!

    Please see – http://kriesi.at/documentation/enfold/create-new-portfolio-item/
    After taking a look at documentation if you have any other questions or issues, please feel free to post them here, we will gladly to help you :)

    Regards,
    Yigit

    #283229

    Hi robert7878!

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

     #footer, #footer .container { padding: 0; }
    #footer .widget { margin: 0; }
    

    Cheers!
    Yigit

    #283226
    stephenturner
    Participant

    Hi guys, i’ve had a look at the support forum with different answers, could you clarify something? i have used a full width easy slider with a stretched layout and used my own bg image, everything on my pc looks fine, however, when viewing on an ipad etc, the bg image of the full width easy slider is not responsive and cut off depending on the device your viewing on, is there a fix for this or is it just a restriction of the theme,

    thanks in advance guys… :-)

    Dude,

    You are correct that the stock Enfold theme handles the empty search string properly but, it appears, that the iThemes Security plugin adds code to the .htaccess file that causes the problem as I indicated. I know you can’t anticipate problems of what every plugin may cause. I was just wondering if what I posted may identify or lead to a possible solution on your end.

    It’s not a huge problem. I found the fix as I posted and am also trying to see if the plugin developers have anything to say on their end.

    Thanks for your reply. I appreciate it.

    Update: I tried setting the RewriteCond back to original and implementing your suggestion and it did not work. It appears that the fix is with the code added by iThemes Security (formerly Better WP Security). I thought what I posted may tip you off to a possible solution on Enfold side. No worries.

    • This reply was modified 11 years, 9 months ago by TheMediaman.
    #283190

    In reply to: Add image to header

    Appreciate the fast response!

    Unfortunately I get the following error:
    Parse error: syntax error, unexpected T_STRING in /home/content/13/10537213/html/monitash/wp-content/themes/enfold-child/functions.php on line 18

    Line 18 is this line: $logo.= “<div class=’custom_content’></div>”;

    Any suggestions?
    Thanks!

Viewing 30 results - 218,971 through 219,000 (of 244,540 total)