overkill22
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Post not workingHi, I have a problem with the plugin, the related post showing at the bottom of each posts are always the same!
How does the related post work? how do the plugin decide which post to show?
thank youps. don’t know if I have to open another thread for this
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Newsletter Font Layout is always differentok 😉
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Newsletter Font Layout is always differentI always use the notepad when I copy and paste (but this lead me to another problem that I discussed HERE.
I already tried to reinstall the plugin but nothing changed. And I’m not able to border when this problem happen.
Forum: Plugins
In reply to: [Contact Form 7] Progress Bar for uploading filesThank you very much! 🙂
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Newsletter Font Layout is always differentForum: Plugins
In reply to: [WP Product Review Lite] Getting an error – website downdid you delete the entire folder?
I went to the folder by FTP:
/wp-content/plugins/wp-product-reviewThen I add an underscore “_” to the file
wp-product-review.phpso now the file is named
_wp-product-review.phpthe site now is online, but of course without the plugin working.
I can see that there is an update for the plugin, from version 2.6.4 to version 2.6.5.
So I updated the plugin.
The update renamed automatically the file:
_wp-product-review.phpwith the correct one, now the website and the plugin is working.
But I’m still curious about what happened.
Forum: Plugins
In reply to: [WP Product Review Lite] Getting an error – website downI forgot:
I cannot even enter my admin page.
oh I see!
Thank you very much, this was really helpful. I hope to be able to upgrade to the pro version soon, the plugin is really well done and easy to use and understand!I see!
Are the other CDN supported in the free version or it is the same?Thank you very much!
Yes, I can read it.
My question is, what will happen if I keep both the plugin active?
WPSSO Notice:
Plugin conflict detected – JetPack’s Photon module cripples the WordPress image size functions on purpose. Please deactivate the JetPack Photon module or deactivate the WPSSO Free plugin. You may also upgrade to the WPSSO Pro version which includes an integration module for JetPack Photon to re-enable image size functions specifically for WPSSO images.Forum: Plugins
In reply to: [Posts in Sidebar] How to show posts not as a listOk, I will 😉
Thank you very much!
Forum: Plugins
In reply to: [Posts in Sidebar] How to show posts not as a list1) the CSS is working, but then in the mobile view is not showing the posts in vertical but in a row very small, plus other small issues
2) the div#primary was different probably because the two pages were under 2 different layout, PAGE 1 was under “full width” and PAGE 2 was “default layout”, that means content in the center with borders by the sides. my fault, now the pages are both “full width”
3) I’ll try to keep the PAGE 1, and see how it works. I’m a bit worried about the performance because I’m not really expert in building websites, and I already have a lot of CSS and customization that I’m afraid my pages will take too much to download.
Thank you for your help, I think I’ll use your plugin in other parts of my website, combined with the siteorigin plugin 😉
Forum: Plugins
In reply to: [Posts in Sidebar] How to show posts not as a listEDIT:
2) in the mobile view, the images are going outside the screen.
problem solved. I deleted the width: 300px; from the CSS, and adjust the size using the setting under The featured image of the post.
Now the only problem is how to put the 3 images in one row, and cetralize them.
Forum: Plugins
In reply to: [Posts in Sidebar] How to show posts not as a listOk, so I built 2 different pages.
The first one is with the first method, with the 3 widgets in a row: PAGE 1The second one with the second methos, with 1 widget in a row + CSS:PAGE 2
The CSS that I used, I changed the #panel-1579-2-0-1 with the specific number for each widget:
#panel-1579-2-0-1 { float: left; padding-left: 15px; padding-right: 15px; width: 300px; }But at the moment, in the PAGE 2 there are this issues:
1) the posts are in vertical
2) in the mobile view, the images are going outside the screen. this is not happening in PAGE 1So, I’m not sure if I used the CSS code properly.
Please check the pages and tell me what you see.
At the moment PAGE 1 is perfect, both laptop and mobile view.THANK YOU ! ! !