Forum Replies Created

Viewing 30 posts - 57,991 through 58,020 (of 67,191 total)
  • Author
    Posts
  • 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

    in reply to: Insert Media loading problem #273235

    Hi Zheq!

    Thank you for using the theme!

    If you don’t mind, please post the url of the website here. Make sure that you’re running Enfold 2.8.1 and the latest version of wordpress. Try to increase the wordpress memory limit to at least 128M.

    Best regards,
    Ismael

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

    Hi!

    Thank you for the update.

    Please post the login details here and set it as a private reply. We’ll need to see the actual live website in order to help you with the changes. If possible, please create a test page with all the elements that you want to change. For starters, you can use this on Quick CSS to change the icon list title:

    .avia-icon-list .iconlist_title {
    text-transform: none;
    }

    Cheers!
    Ismael

    in reply to: Main menu not displaying correctly #273230

    Hey NanaKuo!

    Thank you for visiting the support forum.

    From what version of the theme did you update? 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/

    After that, go to Enfold > Header Layout > Header Layout. Toggle the Menu and Logo Position option then save changes.

    Cheers!
    Ismael

    in reply to: Tertiary pages showing links in sidebar twice #273228

    Hey!

    Thank you for the info.

    You can disable the sidebar navigation for all nested subpages on Enfold > Sidebar Layout > Page Sidebar navigation.

    Best regards,
    Ismael

    in reply to: Advanced editor not working ! Very urgent !! #273223

    Hi!

    Thank you for the update.

    I tried to access the website using the login details that you provided but it’s not working. Please check the login credentials.

    Best regards,
    Ismael

    Hi hadas!

    Thank you for visiting the support forum.

    I checked the old thread where Josue helped you and copied this code on functions.php:

    add_action('wp_enqueue_scripts', 'custom_rtl_include');
    function custom_rtl_include() {
    	$template_url = get_template_directory_uri();
    
    	if(is_page(2718)){
    		wp_enqueue_style(  'avia-rtl',  $template_url."/css/rtl.css", array(), '1', 'screen' );
    	}
    }

    Let us know if it works. This is the page: http://ithaca-psychotherapiepraktijk.nl/%D7%A2%D7%91%D7%A8%D7%99%D7%AA/

    Cheers!
    Ismael

    in reply to: Why the parallax image are left aligned? #273213

    Hi pako69!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? Please try this on Quick CSS or custom.css:

    .av-parallax.avia-full-stretch {background-size: 100% 100%;}
    

    Cheers!
    Ismael

    in reply to: Logo / Partner Element Problen #272910

    Hey Martin!

    Thank you for using the theme.

    Do you mind creating a test page with the logo/partner element and the same images as the homepage? The logo container should be separated from the arrow controls container that’s why the image are minimized.

    Cheers!
    Ismael

    in reply to: h1 tag missing #272909

    Hey kimsen!

    Thank you for visiting the support forum.

    We are not SEO experts but please try insert a Special Heading element on pages then set the Heading Type to H1.

    Best regards,
    Ismael

    in reply to: how to remove font version string #272908

    Hi hsie!

    Thank you for visiting the support forum.

    Please edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add the code Dude suggested to remove the version string:

    add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1);
    function avia_change_default_icon_font_para($fonts)
    {
    $fonts['entypo-fontello']['append'] = '';
    return $fonts;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,991 through 58,020 (of 67,191 total)