Forum Replies Created

Viewing 30 posts - 57,961 through 57,990 (of 67,191 total)
  • Author
    Posts
  • in reply to: Modifying Archive layout? #274945

    Hi paulrus!

    Thank you for visiting the support forum!

    That is the blog style value saved within the database. You can find it on includes > admin > register-admin-options.php on line 1286:

     ( 'Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)', 'avia_framework' ) =>'multi-big',
    									__( 'Single Author, small preview Pic (no author picture is displayed, feature image is small)', 'avia_framework' ) =>'single-small',
    									__( 'Single Author, big preview Pic (no author picture is displayed, feature image is big)', 'avia_framework' ) =>'single-big',
    									__( 'Grid Layout', 'avia_framework' ) =>'blog-grid',
    									__( 'Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)', 'avia_framework') =>'custom',
    										));
    

    Cheers!
    Ismael

    Hey lisa_intesolv!

    Thank you for the link.

    First of all, you’re using a very old version of the theme, 2.5.4. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    After the update, try to add the HTML codes using the Code Block element.

    Best regards,
    Ismael

    Hi investmentwriter!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page? Note that we don’t provide support for third party plugins but the case might be related to simple css issue so we might be able to help you with it.

    Regards,
    Ismael

    in reply to: Problem with lightbox in woocommerce #274941

    Hi!

    Thank you for the update.

    I’m sorry but you really need to update the theme to Enfold 2.8.1 in order to fix the issues brought by WP 3.9 and the latest update of Woocommerce. In order to avoid this incident, please create a change log of the modifications or use a child theme.

    Cheers!
    Ismael

    Hey nrggirl888!

    Thank you for visiting the support forum!

    This is the first time that we encountered this issue. If you don’t mind, please post the website url here so that we can inspect it. Deactivate all plugins then test the masonry or blog page again.

    Regards,
    Ismael

    in reply to: Changing font sizes and case #274937

    Hey debbienz!

    Thank you for using the the theme!

    1.) You can change the h2 styling on Enfold > Advanced Styling panel. Add this on Quick CSS or custom.css:

    h2 {
    text-transform: none;
    }

    2.) For the menu links, again, go to Enfold > Advanced Styling panel then edit the Main Menu Links element.

    Regards,
    Ismael

    in reply to: Parent page and thumbnail issue #274936

    Hey!

    Thank you for the update.

    Yes, just copy and paste the uploads folder from the dev site to the production site. :)

    Cheers!
    Ismael

    Hey diamex94!

    Thank you for visiting the support forum!

    In order to have a page background, you need to set the theme layout to Boxed. Go to Enfold > General Styling. Look for the Use stretched or boxed layout? option then select the Boxed Layout. New options like Background Image will appear. If you can provide us with a screenshot of what you’re trying to accomplish, we’ll be happy to provide you with a better solution.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please go to Enfold > Header Layout > Mobile Menu. Choose the second option on Header Mobile Menu activation settings. Save changes. If possible, please deactivate the contact form 7 plugin then test the site again.

    Best regards,
    Ismael

    in reply to: partner/logo element #274916

    Hey!

    Thank you for the info.

    Please add this on Quick CSS or custom.css to set a minimum height for the logo inner container:

    div.avia-content-slider-inner {
    min-height: 75px !important;
    }

    Best regards,
    Ismael

    in reply to: Read more in blog #274913

    Hey!

    Thank you for the access.

    The pagination doesn’t seem to work when you use the advance layout builder, might be because you’re using 2.7.1. I reset the Blog Style to Multi author and the pagination works again. Please update the theme to 2.8.1. Check the page 2 of the blog here: http://gok.wpengine.com/nieuws/page/2/ (hosted on WPengine)

    Cheers!
    Ismael

    in reply to: Portfolio Title and Excerpt Styling #274911

    Hi miovision!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to change the portfolio title:

    .main_color .grid-entry-title {
    color: red;
    font-size: 20px;
    font-weight: bold;
    }

    Use this for the excerpt:

    .grid-entry-excerpt {
    color: blue;
    font-size: 15px;
    font-style: normal;
    }

    Cheers!
    Ismael

    in reply to: HR Spacer seems buggered #274910

    Hey!

    Thank you for using the theme.

    The theme adds a 30px top and bottom margin for elements that you added first. Try to add this on Quick CSS or custom.css:

    body .container_wrap .hr.avia-builder-el-first {
    margin: 0;
    }

    Cheers!
    Ismael

    in reply to: Appearance issues #274907

    Hi Rupert!

    Thank you for visiting the support forum!

    1.) The layer slider is showing fine on Chrome Windows 8 but the transition is a bit slow. Decrease the Slide delay for each slide.

    2.) On what browser and OS is your client testing the website? It doesn’t look like that on our end. It looks good by the way.

    3.) The round icons at the bottom looks fine too. This is what we see on Chrome Windows 8:

    4.) What is the screen or monitor resolution of your client’s computer? The drop down looks good and we don’t see any reason why you have to extend it.

    Regards,
    Ismael

    in reply to: Menu width #274905

    Hey koanga!

    Thank you for visiting the support forum!

    You can adjust the left and right padding of the menu in order to increase the width. Add this on Quick CSS or custom.css:

    .av-main-nav > li > a {
    padding: 0 18px;
    }

    Try to adjust the menu position with this:

    .av-main-nav-wrap {
    position: relative;
    top: 20px;
    }

    Adjust the top position. You can also use negative value.

    Best regards,
    Ismael

    in reply to: Easy slider with transparent header on ipad #274903

    Hey jazbird!

    Thank you for using the theme!

    I checked the website on iPad view or at least iPad screen size and it’s not overlapping the menu. Did you fix this? Anyway, awesome website. Good job! :)

    Best regards,
    Ismael

    Hi Jean-Francois!

    Thank you for visiting the support forum!

    You can set the page to transparent header then go to Enfold > Header Layout > Header Layout panel. Look for the Header Size then set it to custom px value. Set the height of the header then add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Regards,
    Ismael

    in reply to: Layer slider transition between slides not working #274894

    Hi!

    Thank you for the update.

    Please edit the slider then set the Slide Transition again for each slide. If that doesn’t work, please post the login details here and set it as a private reply. If possible, give us a link the previous thread where you set the first layer as background.

    Best regards,
    Ismael

    in reply to: Category page shows full posts #274893

    Hi membermaster!

    Thank you for visiting the support forum!

    Right now, there is no option to change the layout of the archive page. The layout will depend on the setting that you select on Enfold > Blog Layout > Blog Style. Add this on functions.php in order to set the archive page to Single author, big preview blog style:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }
    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$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;
    }

    Regards,
    Ismael

    in reply to: wp audio player not showing #274891

    Hey Gabster!

    Thank you for using the theme.

    Did you install a third party plugin for the audio player? Have you tried adding it on a code block element instead of the text block?

    Regards,
    Ismael

    in reply to: General tweaks #274890

    Hi Rupert!

    Thank you for using the theme!

    The link is correct when I clicked on it. Are you referring to the “Group Training”? Regarding the title and breadcrumbs, please make sure that they are enabled on the Title Bar Settings when you edit the page. Also, enable the Header Title and Breadcrumbs option on Enfold > Header Layout > Header Layout panel. Add this on Quick CSS to reduce the margin between the image and the button:

    .page-id-10 .column-top-margin {
    margin-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Change text 'Share this entry' in Sharebox? #274529

    Hey!

    Thank you for the update.

    Do you mind if we take a look at the actual website? What is the language that you’re trying to translate the string into? We tested this on our end using the german (Deutsch) language for example and the string are properly translated. It is normal that you can’t translate Facebook and Twitter because they’re name or title should be the same for all languages.

    Cheers!
    Ismael

    in reply to: Thumbnails are not resized correctly #274525

    Hi!

    Thank you for the info.

    It looks like you’re uploading images with different sizes and ratio. Please use images with the same size as much as possible in order to achieve a uniform layout for the post slider. If you import the dummy data then create a page with the post slider, select a thumbnail size, you’ll see that the post slider are aligned correctly because the post items are using featured images with the same dimension or size.

    Regards,
    Ismael

    in reply to: Color section height = image height #274518

    Hey gastus!

    Thank you for using the theme!

    If you don’t mind, we would like to see an example where this is happening. Note that you can assign a unique id for each color section using the For Developers: Section ID field. Set the height of the color section manually on Quick CSS or custom.css. Use media queries to change the height of the color section for smaller screens.

    Cheers!
    Ismael

    Hey cedricbonnard!

    Thank you for the info.

    If I am not mistaken, you want to remove all the post meta info except from the date. Please use this on Quick CSS or custom.css:

    span.blog-categories.minor-meta, span.text-sep, span.blog-author.minor-meta {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Video in Portfolio #274514

    Hi!

    Thank you for using the theme!

    I’m sorry but we don’t understand the issue quite clearly. What do you mean by “portfolio raster”? If you can provide us with a screenshot and a link to the example page, we’ll try to give you a possible solution to the problem.

    Regards,
    Ismael

    in reply to: Archive pages #274510

    Hey!

    Thank you for the update.

    The login credentials are incorrect. Dude’s code should work and the previous suggestions but the problem is, you’re not using the latest version of the theme. Please download the latest version Enfold 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Read more not working on categories ? #274509

    Hi jyp42!

    Thank you for using the theme!

    Please add this on functions.php to change the archive content to summary or excerpt with a read more link:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }
    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$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;
    }

    Cheers!
    Ismael

    in reply to: Avia Layout Builder Not Working #273733

    Hey!

    Thank you for the update.

    Please go to wp-content/plugins folder then remove or rename the plugin folders. Test the advance layout builder again. If possible, please post the ftp login credentials here. We would like to check the wordpress files. There is an error in the console which says that the http://www.dresdner-konzept.de/web/wp-includes/js/tinymce/wp-tinymce.php file fails to load. Please make sure that the file permission for all wordpress folder are set to 755 and all files within wp-includes and wp-admin should be readable.

    Regards,
    Ismael

    in reply to: Calendarize it #273723

    Hi neuralspur!

    Thank you for visiting the support forum.

    Unfortunately, we haven’t tested this plugin and we cannot provide support for third party plugins or scripts as stated on our support policy. Any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    For alternative you can try the Tribes Events Calendar plugin.

    Cheers!
    Ismael

Viewing 30 posts - 57,961 through 57,990 (of 67,191 total)