Forum Replies Created
-
AuthorPosts
-
I am trying to do the same thing as seen in your Photography Portfolio theme, but I also cannot see the “Description” field in the Menu settings. Please advise!
Sure thing. Thanks!
Thank you!
Is there a way I can still have the ‘Reply To’ set to the senders email address?Asad
Hi Ismael,
I have recorded a screencast demonstrating the issue across Chrome, Firefox, and Safari. Please take a look and let me know what can be done. Thank you!
Screencast video: https://youtu.be/QwnlFiXlIMI
I noticed something else. I use another anchor link on a different page and it works perfectly fine. Pease see the “Apply Now” button at the top of this page: https://52kards.com/sponsorships/
I don’t think it can be a plugin issue since it works fine on this page.Any ideas on why anchor links work fine on that page but not on http://52kards.com/product/mint2/
Thanks!
- This reply was modified 8 years, 2 months ago by AsadIC.
Hi Yigit,
I deactivated all plugins except for Woocommerce in my staging environment but the issue still persists.
Please see: http://n2kard5.staging.wpengine.com/product/mint2 (hosted on WPengine)Thanks for the quick response. Here is a screenshot from chrome for what the top of my page looks like after the anchor link is clicked. The entire background image dissapears.
Okay I have changed the permissions for this folder accordingly.
okay thanks!
Hi Vinnie,
I tried this in my staging environment and deactivated all plugins, updated WP and enfold, but the issue still persists.
Please see: http://n2kard5.staging.wpengine.com/shop2/ (hosted on WPengine)
I’ve been using Enfold to build my website dedicated to card magic. The site now gets tens of thousands of views a month. Thanks Kriesi!
http://52Kards.comOctober 6, 2014 at 12:25 am in reply to: WooCommerce Product Pages Formatting Issue after updating #330628Nevermind, after I hit the save button in enfold theme settings it started displaying fine.
Thanks
AsadHi Peter,
I added that code to my functions.php, but it resulted in my website loading a blank page. I noticed in my browsers incognito mode the homepage still loaded up, but the blog page is always blank.
Asad
Commenting those lines seems to fix the issue in Firefox, but not in Chrome.
Thanks
AsadYour modification didn’t fix the issue. I contacted the plugin developer and here’s what he said (it is beyond my understanding but maybe it will make sense to you).
“If Enfold applied our original fix verbatim, the issue would be resolved. It doesn’t sound like they fully understand the issue.
FacetWP uses “#!” as a hash instead of just “#” because it allows Google to automatically handle ajax. See: http://take.ms/zqPRi
Enfold intercepts all URL hashes beginning with “#” for use with their built-in “scroll-to-top” functionality. This is breaking FacetWP’s ajax-permalink functionality.
Reference: https://support.google.com/webmasters/answer/174992?hl=en”
Asad
I tried ‘single-big’ and that also didn’t work.
Thanks
AsadHi Devin,
Can you please provide some instructions on how these bbpress tables can be deleted?
Thanks
AsadHi support,
I was successfully able to change the archive layout to a grid format using his code:
add_filter(‘avf_blog_style’,’avia_change_archive_blog_layout’, 10, 2);
function avia_change_archive_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘blog-grid’;
return $layout;
}However, if I replace ‘blog-grid’ with ‘single-small’ as he suggests, it does not create the proper layout (see here:http://52kards.com/category/uncategorized/)
Thanks
AsadHi Yigit,
Interestingly enough, it seems Woocommerce was the culprit. When I deactivate it the author page shows. Do you know why my plugin installation might be doing this?
Hi Ismael,
I disabled the plugin in my staging environment, but still no luck: http://n2kard5.staging.wpengine.com/library/ (hosted on WPengine)
Hi!
I have updated my theme, and saved my permalink settings, but it has not resolved the issue with the pagination. Any other ideas?
Glad you like the videos :)Thanks
AsadHi,
Why is it that you guys do not recommend using the layout builder for posts?
Thanks
AsadThanks!
Okay, I have updated to the latest version of the theme, but my bbpress forums are still missing the styling elements seen in your demo.
Thanks
AsadI have tried the following solution but it didn’t work: https://kriesi.at/support/topic/product-details-page-layout/#post-88883
Perhaps the updates to woocommerce since then has made that solution ineffective. -
AuthorPosts