pirate_hj
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] emojis with page builderOk I’ll test these in the time my site it not busy
1.
Disable all non SiteOrigin plugins2.
change to a default themeThen get back to you
Thanks
HeeJaeForum: Plugins
In reply to: [Page Builder by SiteOrigin] emojis with page builderHey Alex,
I had removed emojis from the page. I’ll put the test links below with the issues
Here are some issues I’ve just seen right now.Test 1.
If you make a page with page builder editor and save emoji, the editor goes to text editor so you need to change to site origin editor. Also it causes issues with the other widgets such as break html tags. Here’s the before and after layout
https://we.tl/t-6aejFODXDV
page link: https://hermart.kr/test1/2.
Let’s say there’s a page without emojis. if you add emojis on the page, it won’t save.
Before layout: Added emojis after saved once
https://we.tl/t-S1z1UIPA1B
page link: https://hermart.kr/test2/Sincerely,
HeeJaeForum: Plugins
In reply to: [Page Builder by SiteOrigin] emojis with page builderHi Alex,
Sorry for late reply,
Let me tell you what it happened while following your instruction,Made a siteorigin editor -> Added a emoji -> Exported the layout -> Published
-> The page went to text editor itself -> Moved to pagebuilder editor -> Exported the layoutHere is the link
https://we.tl/t-SjuevNIdO8Sincerely,
HeeJaeForum: Plugins
In reply to: [Page Builder by SiteOrigin] emojis with page builderHey Alex,
I’ve asked my hosting provider and mod_security was off already, Is there anything you could recommend me to fix it?
Sincerely,
HeeJaeForum: Plugins
In reply to: [Page Builder by SiteOrigin] emojis with page builderHi Alex,
Thanks for your reply, I’ll ask them ??
Solved my issue by asking to my theme’s support team.
For me it’s fine if the brand name places under the title so this codes helped me, priority 16 was the key.add_action( 'woocommerce_shop_loop_item_title', 'aq_display_brand_before_title', 16 ); function aq_display_brand_before_title(){ global $product; $product_id = $product->get_id(); $product_excerpt = $product->post->post_excerpt; $brands = wp_get_post_terms( $product_id, 'pwb-brand' ); foreach( $brands as $brand ) echo '<div class="brand_stie"><span>brands: </span><a href="'.get_term_link($brand->term_id).'">'.$brand->name.'</a></div>'; }
Thanks @iamahmedq for quick reply
Is there a way putting brand link between product title and product excerpt on archive page? I use short description instead of long one and it already shows excerpt in less than 2 columns.
This is what it looks like
Product Title
Short Description
Add to CartThis is what I want
Product Title
Brank Link
Short description
Add to CartI’ve tried this code but the brand link sat after short description
function aq_display_brand_before_title(){ global $product; $product_id = $product->get_id(); $brands = wp_get_post_terms( $product_id, 'pwb-brand' ); foreach( $brands as $brand ) echo '<a href="'.get_term_link($brand->term_id).'">'.$brand->name.'</a><br>'; }
@nsekeris
I’d like to the similar thing, Did you figure it out?Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] conflict with woocommerceUpdated to version 2.2.5, it works!
Thanks for great support ??Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] conflict with woocommerceThanks for quick answer.
Not sure which plugin makes this problem but it happened after updating Ad inserter and woocommerce both at the same time. tried 46 plugins one by one with woocommerce and 2 plugins made the issue, changed the other one to alternative plugin and works.woocommerce checkout page perfectly works with the version you linked!
Forum: Plugins
In reply to: [WP woocommerce featured product by category] Doesn’t show anything..Hello!
Oh my! you don’t know how much I’m happy now!! thanks for support!!!Forum: Plugins
In reply to: [Ultimate Product Catalog] list as defaultThanks for the css!
Forum: Plugins
In reply to: [Ultimate Product Catalog] list as defaultThanks for quick answer ??
I tried the short code, it didn’t show well.. like this seems like showing list as default but there’s no image or borders..Okay there isn’t way to order by date other than drag and drop then? Thanks
Forum: Plugins
In reply to: [Ultimate Product Catalog] list as defaultAlso could it show the latest product first?
Forum: Plugins
In reply to: [Ultimate Product Catalog] Descriptions on Thumbnail pageThanks! Perfect ??