Forum Replies Created

Viewing 30 posts - 5,941 through 5,970 (of 9,352 total)
  • Author
    Posts
  • in reply to: Enfold > SSL > HTTPS > Strips CSS #204331

    Hi!

    Tbh I’ve never tried a domain mapping plugin but if you view the website source code you’ll notice that 30-50% of all links/urls point to https://codelessme.com/hazelwood/ – which tells me that the domain mapping doesn’t work properly.

    Best regards,
    Peter

    in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204326
    in reply to: Enfold > SSL > HTTPS > Strips CSS #204325

    Hey David!

    It seems like the stylesheet (and many other links, resources of third party plugins and images) are loaded from a different domain (https://codelessme.com/hazelwood/ although your domain should be https://hazelwoodsoapcompany.com/). I guess you didn’t migrate the database properly. Personally I recommend to use a tool like: WP MIGRATE DB to export the database from https://codelessme.com/hazelwood/ and before you export the database use the domain replace feature/option to replace all occurrences of “https://codelessme.com/hazelwood/” with “https://hazelwoodsoapcompany.com/” in the exported sql file. Then delete the database of “https://hazelwoodsoapcompany.com/” and import the new sql file which was generated by the ” WP MIGRATE DB” plugin.

    Regards,
    Peter

    in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204322

    Hi!

    I can say (for sure) that our theme does not contain this link/copyright text. In addition v2.4.3 is not the most recent version of the theme. I’m also not aware of any other bug/user reports regarding the “odinhosting.com” link/copyright text. If you still think the original theme files contain this link please create us an admin account and post the login credentials as private reply.

    Best regards,
    Peter

    in reply to: Adding new templates for custom post type additions #204261

    Hi DavidMiles!

    1) Make a copy of /wp-content/themes/enfold/includes/loop-index.php and add it to the child theme folder (/wp-content/themes/enfold-child/includes/loop-index.php). Then open up the file and replace

    
    	echo "<article class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
    
    

    with

    
    	echo "<article class='".implode(" ", get_post_class('post-entry post post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
    
    

    2) Open up your single-report.php and search for

    
    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    

    Replace “Blog – Latest News” with your custom text (i.e. post type name).

    Best regards,
    Peter

    in reply to: Please contribute and translate Enfold #204253

    Hey!

    Awesome – thank you :)

    Regards,
    Peter

    in reply to: Pages crashing after changing ENFOLD settings #204252

    Hi!

    Please try to insert this code

    
    add_action('init','deactivate_avia_flush', 10);
    function deactivate_avia_flush(){
    remove_action('wp_loaded', 'avia_flush_rewrites');
    }
    

    into the theme functions.php file and check if it fixes the permalink issue.

    Regards,
    Peter

    in reply to: IE8 Bug: Thumbnails Squished #204246

    Hi!

    1) Please make sure you’re using the latest version of the theme (Enfold 2.4.4). The demo website uses an older Enfold version and maybe the latest theme version already fixes the issue.

    2) If the latest theme update does not fix the issue try following css code

    
    .avia-msie-8 #top img.alignleft, .avia-msie-8 #top img.alignright, .avia-msie-8 #top img.aligncenter, .avia-msie-8 #top img.alignnone{
    max-width: 100%;
    width: auto;
     }
    

    and insert it into the quick css field.

    Regards,
    Peter

    in reply to: Portfolio Item option missing in Enfold options #204245

    Hi!

    We removed the option from the theme options page and added it to the WordPress settings page (Settings > Permalinks). You can change the slug on the permalinks settings page and then hit the “Save” button to flush the rewrite rules.

    Best regards,
    Peter

    in reply to: Unusual huge space between top and bottom of the header #204243

    Hey!

    Please post a link to your website – we’ll check the source code.

    Best regards,
    Peter

    in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204241

    Hey reederjack5252!

    Our theme does contain such a copyright text in the theme file. I guess you host your website on an odinhosting server and they add it to the website code somehow. Please contact the odinhosting support staff and ask them how to remove the unwanted copyright text. You can also try to re-download the theme from themeforest and then overwrite the old theme files with the untouched, new theme files to remove the copyright text.

    Best regards,
    Peter

    in reply to: [Solved] Enfold styling not applying properly #204239

    Hey Justin!

    Glad it works now. Maybe the browser cached the stylesheets.

    Best regards,
    Peter

    in reply to: Happy New Year! #204238

    Hey yukanl!

    Thank you – I also wish you a happy and a prosperous new year :)

    Cheers!
    Peter

    in reply to: Disable Layerslider failed!!! #204124

    Hey!

    We’ll definitely update the theme but I think Kriesi wants to wait some time. LayerSlider 5 introduced many new features and options and we need to test them with our theme first and tbh I think we should wait some weeks (2-3 weeks) with the update because I’m pretty sure that the first release of the 5.0 version is still a bit buggy and it’s always a good idea to wait some time until the other plugin users reported major bugs and the author fixed them. I recommend to report the “black shadow” bug to the layerslider plugin author because our theme does not modify the layerslider css or animation code.

    Cheers!
    Peter

    in reply to: Inline social icons in Footer #204051

    Hi tomgraziani!

    Please post a link to your website (you can post it as private reply too). We’ll investigate it and check what causes the issue.

    Cheers!
    Peter

    in reply to: Please contribute and translate Enfold #204050

    Hey!

    Actually I already created a German translation of Enfold ( /wp-content/themes/enfold/lang/de_DE.po ) and my translation covers nearly all front end text strings. You can share your files with a data storage service like: https://www.mediafire.com/ – just upload the po file and post a link to it. I’ll then compare your translation with the existing translation files and merge them.

    Cheers!
    Peter

    in reply to: Issue regarding quality of responsive images and more #204049

    Hey!

    Following code should improve the performance of image scaling for Firefox users

    
    #top .logo img, #top img, #top a img{
    image-rendering: auto;
    }
    

    Try to insert it into the quick css field.

    Regards,
    Peter

    in reply to: Disable Layerslider failed!!! #204048

    Hi!

    No, the code I posted will also remove the LayerSlider element from the template builder. However you can simple paste the layerslider shortcode into a textblock to insert the layerSlider into the advanced template. The “LayerSlider” layout element only works with the bundled LayerSlider plugin files and you need to wait for a theme update i fyou want to use it with v5.

    Regards,
    Peter

    in reply to: Highlight current parent page navigation while on child page #204046

    Hi!

    You can try to add an important tag like

    
    .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block !important;}
    

    If it still doesn’t work please post a link to the child page.

    Cheers!
    Peter

    in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #204043

    Hey EPDeu!

    Please post a link to your website (you can post it as private reply too). We’ll investigate it and check what causes the issue.

    Regards,
    Peter

    in reply to: Possible to use shortcodes without using page builder? #204041

    Hi laurendevine!

    No, the shortcode generator does not work with the html editor because Kriesi build it as a TinyMCE plugin (= visual editor of wordpress). Personally I’d recommend to use two pages – a page which is your “sandbox” and which uses the visual editor (where you can use the shortcode generator to generate your shortcodes) and then just copy/paste the shortcode into the html text editor of the other page. By going this way you have a clean production page and a “test page” where you can format/create your content without messing up the content of the production page.

    Best regards,
    Peter

    in reply to: Highlight current parent page navigation while on child page #204040

    Hey BlendMarketing!

    Yes, insert following code into the quick css field

    
    .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block;}
    

    Cheers!
    Peter

    in reply to: Disable Layerslider failed!!! #204037

    Hey!

    Great, glad it worked for you :)

    Cheers!
    Peter

    in reply to: Buttons in Enfold #204035

    Hi!

    Den Button Code findet ihr in /wp-content/themes/enfold/css/shortcodes.css – sucht am Besten nach

    
    /*button element*/
    

    und gleich darunter findet ihr den gesamten Styling Code (Farben, margins, paddings, etc.)

    Cheers!
    Peter

    in reply to: Add to cart animation, not on product page #204028

    Hi Chris!

    No, right now WooCommerce does not support the “Ajax add to cart” feature on the single product page. It will always use php to validate the input and then WooCommerce reloads the product page. Afaik all themes based on WooCommerce will reload the single product page – maybe some theme authors created some custom code to bypass this limitation but such custom solutions often result in incompatibility issues with WooCommerce extensions….

    Best regards,
    Peter

    in reply to: Portfolio Item Link #204026

    Hey ydigilov!

    Please try to set the “Link Handling” option (of the portfolio grid element) to “Open the entry on a new page”:

    Cheers!
    Peter

    in reply to: transform comments to posts #204023

    Hey jacquesfriggieri!

    No, afaik this is not possible because comments are stored in a different database table and a post id field helps WordPress to find the related comments for a certain post/page. You would need to write an advanced conversion script which deletes the entries from the comments database and creates new posts/pages in the post table.

    Best regards,
    Peter

    in reply to: Image resize problem in IE and FF, Chrome looks fine #204010

    Hey!

    Please try to insert following code into the quick css field to fix the issue

    
    
    #top #header .avia_mega_div > .sub-menu > li.avia_mega_menu_columns_4{
    width: 250px;
    }
    

    Best regards,
    Peter

    in reply to: comment box size #204007

    Hey jacquesfriggieri!

    You can use following code to increase the textarea size of the comment box

    
    #top .comment-form-comment textarea {
    width: 97%;
    }
    

    By default the width is set to 92%. Insert the css code into the quick css field or into your child theme style.css file.

    Cheers!
    Peter

    in reply to: Disable Layerslider failed!!! #204006

    Hey!


    @wholereneducation
    – did you add the

    
    add_theme_support('deactivate_layerslider');
    

    code to your child theme functions.php? If not you must insert the code at the very top of the parent theme functions.php below

    
    <?php
    
    global $avia_config;
    

    because the theme will check the if() condition immediately and if you declare the add_theme_support() code at the end of the functions.php file it’s too late.

    Best regards,
    Peter

Viewing 30 posts - 5,941 through 5,970 (of 9,352 total)