Forum Replies Created

Viewing 30 posts - 58,381 through 58,410 (of 67,591 total)
  • Author
    Posts
  • 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

    in reply to: BreadCrumbs show tertiary pages? #273720

    Hey!


    @CharlieBarey
    : Please use this for the secondary menu hover:

    #top .header_color .sub_menu ul li a:hover {
    color: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Blog pagination failure #273700

    Hi!

    Thank you for visiting the support forum!


    @Randy
    : Do you mind providing an actual link to the page with 3 blog posts element? Make sure that you’re running Enfold 2.8.1 and if possible with the plugins deactivated.

    Best regards,
    Ismael

    in reply to: Portfolio Tiling 1 Off #273698

    Hey!

    Glad it worked. If you’re having any issues regarding the theme. Let us know.

    Regards,
    Ismael

    in reply to: Text Block issue #273697

    Hi BenKemp11!

    Thank you for using the theme!

    The link is missing. If I am not mistaken, you don’t have the latest version of the theme. The text block issue brought by WP 3.9 should be fix on the latest patch of the theme. Please download the latest version 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/

    Cheers!
    Ismael

    in reply to: Image Resizing in Prettyphoto #273696

    Hi!

    Thank you for the info.

    Where did you add the lightbox css snippets that you provided above? If possible, please post a screenshot of the actual issue. The lightbox seems to be working properly when I checked it on this page: http://abortonanuvem.com/pt-br/como-identificar-cytotec/

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    I’m really sorry if we are having a hard time helping you with the issue because it seems like you’re modifying the theme files beyond our recognition. For example, you said that, “I found a possible solution, remove the first div class=”container” inside div id=”main””. Where exactly are you doing this modification? Another thing is, you’re adding divs around section elements like you said on your first post, “so I put a <div id=”…”> tag around that section”. Where is this? We’re really not sure what’s the purpose of this modification and why you have to do it. The best possible way to get you through this problem is to hire a freelance developer to add the features and fix possible issues that may occur. Please visit Envato Studio or Werkpress for further customization. The support team can only provide minor aesthetic changes and regretfully, what you’re trying to do with the theme falls beyond the scope of support.

    Regards,
    Ismael

    in reply to: Translated Secondary Menu Not Displaying #273688

    Hi cbassist!

    Thank you for visiting the support forum!

    The WPML menu sync will work if you created the menu after you installed WPML. Did you create the menu before you installed the WPML plugin? Please try to create a test menu then sync it. Make sure that all the menu items that you added are already translated on both languages.

    Regards,
    Ismael

    in reply to: Archive pages #273684

    Hi!

    Thank you for the update.

    The changes suggested above does work on our end. Please post the login details here and set it as a private reply. If possible, please post the whole loop-index.php file codes on pastebin.com for inspection. We would like to check it.

    Regards,
    Ismael

    Hey!

    I’m not sure why the update is not working. Please try to logout then login again. If possible, test it on another computer or browser. I’ll ask Dude to check this thread again.

    Best regards,
    Ismael

    in reply to: Enfold mobile display logo and secondary menu issues #273681

    Hey!

    Thank you for the screenshots.

    Please try to use this on Quick CSS or custom.css:

    @media only screen and (max-width: 1024px) {
    .sub_menu li {
    padding: 0 5px;
    font-size: 10px;
    }
    
    div.phone-info.with_nav {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    }
    
    .av_secondary_right .sub_menu {
    float: none;
    }
    
    #top .sub_menu>ul {
    float: none;
    margin: 0;
    display: inline-block;
    }
    
    .av_secondary_right .sub_menu {
    float: none;
    width: 100%;
    text-align: center;
    }
    }

    This should resize and center align the secondary menu then move the phone number below it when viewing on smaller screens.

    Cheers!
    Ismael

    in reply to: Main menu not displaying correctly #273679

    Hi!

    Thank you for the info.

    Did you copy the header.php file on your child theme? If yes, remove the header.php file then replace it with the new header.php file from the parent theme folder. Note that the code for menus, social icons, logo etc are now located on includes > helper-main-menu.php file.

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    I’m sorry but that is not possible without modifying the theme code. It will also depend on the kind of slider that you’re currently using. You need to hire a freelance developer to modify the theme for you. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

    in reply to: Portfolio Tiling 1 Off #273675

    Hi Josh!

    Thank you for the link.

    You added a margin on the grid entries. You have to remove it or adjust the size of the 1/3 column layout. Locate then remove this css snippet:

    .grid-sort-container .grid-entry {
    padding: 10px;
    margin: 10px;
    }

    Best regards,
    Ismael

    in reply to: How to change Archive Layout? #273673

    Hey!

    Thank you for the update.

    The snippet should change the archive pages’ blog layout to Single Author, small preview style. It works fine on our end. Please post the login details here and set it as a private reply. We would like to see the functions.php file.

    Best regards,
    Ismael

    in reply to: Portfolio Label Size differs > ugly #273665

    Hey flymotions!

    Thank you for using the theme.

    I’m sorry but I may not be understanding the inquiry correctly. If you don’t mind, please post a screenshot of what you’re trying to do with the portfolio title. If you want to adjust them to have the same size or height, please add this on Quick CSS or custom.css:

    div.grid-content {
    min-height: 82px;
    }

    Cheers!
    Ismael

    in reply to: Parent page and thumbnail issue #273660

    Hey!

    Glad we could help.

    In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your website from production to development vice versa:
    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    in reply to: text color question #273657

    Hi!

    Thank you for the info.

    So, to make it short, you want to change the color of the title on the sidebar to black. Please add this on Quick CSS or custom.css:

    .main_color h2.recent_posts_with_excerpts a {
    color: #000000 !important;
    }

    Place it at the very bottom.

    Best regards,
    Ismael

    in reply to: Header and footer Enfold default style? #273654

    Hey!

    Thank you for the update.

    Use the following css snippets on the Quick CSS field. First, to change the bottom margin of the linked icon, use this:

    .avia_transform .av_font_icon {
    margin-bottom: 15px;
    }

    For the icon list content, you can use this to change the color and font size:

    .main_color .iconlist_content {
    color: red;
    font-size: 15px;
    }

    Use this to change the icon list title, footer widget title and tab title:

    #footer .widgettitle, .main_color .sidebar_tab, .main_color .tabcontainer .tab, .avia-icon-list .iconlist_title {
    text-transform: none;
    color: red;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    I’m not sure why but there is a <p> tag right after the first 1/4 column and it somehow breaking the responsiveness of the columns. Did you switch to the default editor while working on the page or are you using default editor all along? Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    div .av_one_fourth {
    margin-left: 2%;
    width: 48%;
    }
    }

    Best regards,
    Ismael

    in reply to: Portfolio Not Mobile Friendly #273236

    Hey raveon!

    Thank you for visiting the support forum.

    The portfolio thumbnails on mobile screen, specifically iPhone, should adjust dynamically and become full width or resize to 50% of screen width alternately. You can check the demo. If you don’t mind, we would like see the actual portfolio page where this is happening.

    Regards,
    Ismael

Viewing 30 posts - 58,381 through 58,410 (of 67,591 total)