webmaster@swimmingworldmagazin
Forum Replies Created
-
Forum: Plugins
In reply to: How can I remove the author bio and the comments from page in WP MarketplaceI found the code that controls the comment block in the “/aggregate/loop-single.php” file, now I just need to know if there is a WP variable that represents the node in this URL that contains “product”. Then I should be able to add logic that says if this “wp variable” equals “product” then don’t display the comment box.
https://newstest.swimmingworldmagazine.com/product/
Does this sound reasonable?
Forum: Plugins
In reply to: How can I remove the author bio and the comments from page in WP MarketplaceI found a setting in the “Fanciest Author Box” plugin that allowed me to easily turn off the Author Bio box. I am still trying to find how to turn off the Disquss Comment block.
Forum: Fixing WordPress
In reply to: Why do my URLs end with "?doing_wp_cron="I found the ultimate answer here – https://wordpress.stackexchange.com/questions/12777/why-is-doing-wp-cron-being-appended-to-my-urls
Basically I just modified the WP-config.php file and changed “Alternate_WP_CRON” from true to false
define(‘ALTERNATE_WP_CRON’, false);
Forum: Themes and Templates
In reply to: Elegant Themes – Aggregate Theme Image Resizing not workingI think I have solved this problem, I installed the PHP component – “PHP Encryption and Image Manipulation” and that seems to have corrected the problem
Forum: Plugins
In reply to: (imsanity error when trying to upload imagesCan you tell me what GD is?
Can you also tell me how to install it or enable it? I have full access to the server via Web Host Manager and cPanel.
Thanks,
GaryForum: Plugins
In reply to: [Responsive Select Menu] How activate?I have Responsive Select Menu installed properly but can’t get it to work with the “Aggregate” Theme from Elegant Themes – https://www.elegantthemes.com/gallery/aggregate/
The question I have is that in the Responsive Select control panel under “Advanced Settings” it asks for a “Page ID” of the pages you want to activate this menu on. However, I can’t figure out what is meant by “Page ID”
I am trying to use the Responsive Select menu on the main page of my Aggregate site that does not have a page name for the main page – news.swimmingworldmagazine.com
Thanks