Forum Replies Created
-
AuthorPosts
-
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,
PeterJanuary 1, 2014 at 11:17 pm in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204326Hey 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,
PeterJanuary 1, 2014 at 10:58 pm in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204322Hi!
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,
PeterHi 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,
PeterHey!
Awesome – thank you :)
Regards,
PeterHi!
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,
PeterHi!
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,
PeterHi!
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,
PeterJanuary 1, 2014 at 11:51 am in reply to: Unusual huge space between top and bottom of the header #204243Hey!
Please post a link to your website – we’ll check the source code.
Best regards,
PeterJanuary 1, 2014 at 11:47 am in reply to: " Web Hosting" link to odinhosting.com in copyright footer #204241Hey 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,
PeterHey Justin!
Glad it works now. Maybe the browser cached the stylesheets.
Best regards,
PeterHey yukanl!
Thank you – I also wish you a happy and a prosperous new year :)
Cheers!
PeterHey!
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!
PeterHi 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!
PeterHey!
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!
PeterDecember 31, 2013 at 3:52 pm in reply to: Issue regarding quality of responsive images and more #204049Hey!
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,
PeterHi!
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,
PeterDecember 31, 2013 at 3:45 pm in reply to: Highlight current parent page navigation while on child page #204046Hi!
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!
PeterDecember 31, 2013 at 3:41 pm in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #204043Hey 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,
PeterDecember 31, 2013 at 3:38 pm in reply to: Possible to use shortcodes without using page builder? #204041Hi 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,
PeterDecember 31, 2013 at 3:31 pm in reply to: Highlight current parent page navigation while on child page #204040Hey 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!
PeterHey!
Great, glad it worked for you :)
Cheers!
PeterHi!
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!
PeterHi 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,
PeterHey ydigilov!
Please try to set the “Link Handling” option (of the portfolio grid element) to “Open the entry on a new page”:
Cheers!
PeterHey 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,
PeterDecember 31, 2013 at 11:34 am in reply to: Image resize problem in IE and FF, Chrome looks fine #204010Hey!
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,
PeterHey 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!
PeterHey!
@wholereneducation – did you add theadd_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 -
AuthorPosts