Viewing 30 results - 218,761 through 218,790 (of 244,324 total)
  • Author
    Search Results
  • #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, 8 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!

    Hey TheMediaman!

    I don’t think this is related to the theme code but we use a function to redirect the user to the search page if the search query is empty. To deactivate this function comment out this line in wp-content/themes/enfold/includes/helper-template-logic.php:

    
    add_filter('pre_get_posts', 'avia_search_query_filter');
    

    or insert:

    
    add_action('after_setup_theme','avia_remove_search_redirect');
    function avia_remove_search_redirect(){
    remove_filter('pre_get_posts', 'avia_search_query_filter');
    }
    

    into the child theme functions.php.

    Regards,
    Peter

    #283184

    Hey!

    Do you upload the functions.php file into the child theme folder (wp-content/themes/enfold-child/)?

    Cheers!
    Peter

    #283183

    Hey!

    I can’t reproduce the issue on my test server. Please make sure that

    1) no plugin interferes with your links

    2) no custom code or child theme breaks Enfold.

    If it still doesn’t work create us an admin account and we’ll check the configuration.

    Cheers!
    Peter

    #283181

    In reply to: Blog Posts

    Hi!

    1- Please go to Enfold theme options choose your main blog page – http://i.imgur.com/NVuGl9C.png
    2- You can click on your categories in your blog page and see the archieve of related category, for example this one on demo site – http://kriesi.at/themes/enfold/category/science/ and go to Appearance > Menus and add a new link as submenu items

    Regards,
    Yigit

    #283178
    peterd
    Participant

    Hello crew,
    I have a question about the portfolio grid.

    I see on other websites, who also use your Enfold theme, that you can choose two options when you roll over the images on the Portfolio Grid.

    The options which you can choose are:
    View Larger (Image opens in lightbox)
    or
    More details (the portfolio page opens)

    Can you tell me how I can do this because I want this on my website too?

    I hope to hear from you soon.
    Thanks in advance

    Best Regards

    #283177

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).

    Cheers!
    Peter

Viewing 30 results - 218,761 through 218,790 (of 244,324 total)