Ionuț Toma
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Featured images and Post PreviewHi @gdmilos,
I tried your code with Insert Headers and Footers plugin and it did absolutely nothing!Forum: Themes and Templates
In reply to: [Go] Featured images and Post PreviewI spent some time trying to solve the same problem. For me it worked simply by adding this custom CSS:
.post__thumbnail{ padding:50px; }NOT RECOMMENDED ALTHOUGH IT WORKS
Another option is to go to the theme editor – partials – content.php and delete/comment Line 15<?php the_post_thumbnail(); ?>and in content-page.php where you have to delete Line 14<?php the_post_thumbnail(); ?>- This reply was modified 5 years, 7 months ago by Ionuț Toma.
Thank you guys for the support, I actually know how change the color and went through all functionalities of the plugin…that’s the easy part. I made it in a hurry in order to better explain what I really want to do! Thank you again and I will leave you a message on your support page soon!
Hi @trustyplugins,
I try to use the plugin on my eSTORE in order to sort the products. The result is looking like this but what I want to achieve is preserving the frontend result like this but sorted on category. When I click on the product sorted with your plugin I want to be directed to the affiliated link, not to my website…for obvious reasons. If you think this is not achievable with Category Ajax Filter, there is no problem. The plugin is very useful and easy to use on normal posts. Thank you and keep up with the good work.Thank you for the quick response. I already tried the plugin specified above and it creates custom post types. That being said, Category Ajax Filter is compatible with ‘Shop page WP’ but the result it’s not the expected one. My wish was only to sort the affiliate products by category without altering anything else, like in this image.
Forum: Plugins
In reply to: [WP Window Shopper - Review & Product Boxes For Affiliate Websites] SEOThank you for the quick answer!
Forum: Plugins
In reply to: [Shop Page WP] Conflict with Search & Filter PluginI tried to use S&F too but it seems that it doesn’t work for my eSTORE. It looks like neither the WordPress organic search can’t see the products inserted in specific categories using this plugin!
Forum: Plugins
In reply to: [Shop Page WP] PaginationThx for the reply Justin!
I’m glad to hear that you have these two features on your potential to-do list. I wish you good luck and keep up with the good work!Forum: Plugins
In reply to: [Testimonial Rotator] Item does not support reviewsHey there,
I received the same warning and I did some digging. The plugin is awesome but Google made some changes last fall regarding Review Rich Results. Long story short: Google is not going to display review rich results anymore for the schema types LocalBusiness and Organization (and their subtypes) in cases when the entity being reviewed controls the reviews themselves. Consider also the fact that RRR is quite limited (17 schema types).Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Testimonial feature requestThank you @gdpavle! Have a great day!
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Custom icons not workingUpdate I found a solution:
- I opened the .svg file with Notepad++
- I deleted the XML markup
- I modified the config.json where I inserted the details for every SVG file
- uploaded all SVGs and JSON file in coblocks/icons/ directory
!Without JSON file my site crashed!
!SVG files uploaded with XML markup cannot be seen in editor!- This reply was modified 6 years, 6 months ago by Ionuț Toma.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Feature requestHi there,
I have another suggestion 🙂
Is there any chance to have also a Post Grid block within CoBlocks? The purpose of this block should be to fetch the blog posts and to display them in a grid layout.Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Feature requestHi Anthony,
Thank you for the reply! I understand that every plugin dev has his priorities and I respect that!
Best regards,
IonuțForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Feature requestHi Anthony and thx for the quick reply!
I currently work on an education website where I have some pages with quizzes only. My intention is to use full-width pop-ups to show the quizzes instead of pages.Best regards,
Ionuț
Forum: Plugins
In reply to: [HD Quiz] Math expressionsThank you for your answer! I managed to find a workaround using Alt+codes(worked partially) and completed the job using Superscript Generator! I used superscript and subscript expressions both in questions and answers. I make an educational website and I had a small quiz dedicated to physics, that’s the reason why I encountered this little problem.