comwhiz
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Conditions] Hide section after certain timeSorry I forgot to reply earlier. Yes, my issue is resolved! Thank you.
Forum: Plugins
In reply to: [Contact Form 7] Issue “wpcf7_add_shortcode is deprecated” after UpdateHere’s what seems to have worked for me:
I installed the “String Locator” WP plugin and did a search for the word “shortcode” in all my plugins. I found out that the plugin that needed fixing for me was Bootstrap for Contact Form 7.
Using my FTP client, I opened all the files of the plugin that needed fixing (i.e. those files where I needed to replace wpcf7_add_shortcode() with wpcf7_add_form_tag() and etc.) with Notepad++. I then used Notepad++’s Replace All in All Opened Documents (Ctrl+H on your keyboard) to replace all the deprecated stuff.
I then saved and reuploaded the edited files using my FTP client.
Hope this helps.
Forum: Themes and Templates
In reply to: [Oceanic] Featured image helpHi,
What I mean is that let’s say I have an image of 704 x 460, but I only want it to display at the top of my post as 352 x 230. How can I achieve that? Because it seems that when I upload the featured image, it appears as 352 x 230 on my blog’s front page (which is correct) but 704 x 460 at the top of the post itself when I want it to appear at 352 x 230. (I choose to blow up the resolution so that even when people zoom in on the page, the image won’t start to look pixelated.)