Martin Robbins
Forum Replies Created
-
The author(s) of your ecommerce theme or plugin likely are most qualified to provide assistance.
Forum: Fixing WordPress
In reply to: change image size in postsThe “php way” would be to utilize registered image sizes
Forum: Fixing WordPress
In reply to: Page contents not visable in editorHow did you enable “under construction” mode?
Have you tried to disabling?Please include a link to your site, so that others can see the problem.
Forum: Fixing WordPress
In reply to: My website on mobile and tablets redirecting to bing.comPlease include a link to your site, so that others can see the problem.
Forum: Fixing WordPress
In reply to: adding subproductsTypically your ecommerce plugin author and/or your theme author will be able to provide best support.
We’ll need a lot more specific information in order to be of assistance:
- your site address url link?
- your theme?
- your ecommerce plugin if separate from your theme
Forum: Fixing WordPress
In reply to: Links changing each day from multilanguage flagsI seem to recall that before you deactivate w3 total cache, it is important first to clear it’s cache.
Also it may be helpful to force clear your browser cache before you attempt further troubleshooting.
Last, it usually is helpful if you provide a link to your site.
Forum: Fixing WordPress
In reply to: Can't edit category descriptionOK, let’s confirm what all is going on:
- Canvas theme with no child theme, right?
- Includes a Custom CSS feature via Jetpack I believe, right?
- Disable both the category-description-editor plugins, OK?
- How appears the text within the category descriptions when you edit the category? Any line breaks?, double-spacing?, Or is it all just one “paragraph”?
Forum: Fixing WordPress
In reply to: Multiple text boxex in a single boxGood question, Really doesn’t have anything to do with WordPress … It’s just html and css to create the appearance of “text boxes”.
Forum: Fixing WordPress
In reply to: Multiple text boxex in a single boxForum: Hacks
In reply to: On user/role update – Is there a hook?I believe you’re looking for: http://codex.wordpress.org/Plugin_API/Action_Reference/updated_%28meta_type%29_meta
Forum: Fixing WordPress
In reply to: how to move category description to bottom of catgory pageWhy don’t you mark this post resolved? … and we’ll continue in your other post regarding the same topic: https://wordpress.org/support/topic/cant-edit-category-description?replies=2#post-6901705
Forum: Fixing WordPress
In reply to: Can't edit category descriptionWe’ll need to have a link to your site in order to provide further assistance.
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesAt this point, I would suggest first to revert whatever you did in section 3 above. You wrote “archives file”, I think you meant archive.php , right? This should remove the overly enlarged (1)post content from http://pontevedrafocus.com/category/ponte-vedran-of-the-week/ which is the category page in question.
Please disregard the pastebin code, I apologize, it is incorrect.
Then try the modification to content.php as suggested by @alchymyth. It appears correct, and I’ve utilized his code in the past. However I believe there’s nothing to be done with category.php …
Then if successful we can address the two columns versus one.
You can always search the plugins repository
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesIf when the front page was broken the two full posts were present at the bottom of the category page (in addition to the really big one you inserted via archive.php), here is the complete content.php which should also not break the front page. Rename your existing content.php something like content.php.baq (to save is as a backup). Then create a new content.php containing code at the pastebin link.
note: the pastebin is only good for one day