Can anyone help me figure out whats going on with the title of single product page not showing?
I know its a theme issue, because I tried with another theme and it was showing the title normally.
I tried add some code into functions.php but it didnt work.
The site I need help with is: https://ciadaborracha.com/produtos/plasticos/pvc-cortinas/cortina-pvc-verde/
Maybe someone with more knowledge than me can inspect and see if its missing something.
Thank you in advance!
We have checked your website the title is not showing up because of the highlighted CSS on the screenshot.
Related
I am trying to restore the missing titles to posts in my categories, tags, search pages.
I vaguely remember changing something but don't know where. It was a long time ago.
The problem is so bad that if there is no 'read more' button, you can't click on a result to go to the page.
Any tips about how to find where this code change would be located?
Thanks.
if you know what the code was there is a plugin called string locator (https://wordpress.org/plugins/string-locator/) it allows you to give a small snippet of code or a call and it will tell you every place that code is found in the entirety of WordPress.
OK after quite a while of various methods, I re-installed the plugin 'yellow pencil'. I had made some customizations that the plugin claims to be reversible at the click of a button globally (It didn't delete them). I found a post title that did appear and then reverted all customizations globally to it on a live category page. Thank god it all works as it should now!
Thank you to all that tried to help me.
i was working on my website using a theme from themeforest and it uses elementor to create the page, everything went normal in the admin area as it show on this image
how it look in admin
but when i open the website as a visitor it show me this
how it look for visitor
any idea what did i do wrong? i tried to redo the few steps i did before i notice the error and it didnt work, and then i lost track of whats going on.
thanks in advance
i found the answer
i was using this code in the slide
<span style="font-size:24px;"><b>HEALTH TRACKER</span>
and after i removed the <b> tag it was fixed, if anyone can explain it that would be great.
Thanks in advance
I have been trying to find contents about Wordpress. I would like to learn how to create custom fields in my wordpress theme, just like this one, on the screenshot below. Unfortunatelly, I ccouldn't find anything about it. So If someone can help me I thank you.
For some reason, some of the shortcodes of some of my plugins show up as text on my pages. Could somebody please provide me with possible reasons why this is happening. The main plugins which are causing problems are:
https://wordpress.org/plugins/users-ultra/
wordpress.org/support/plugin/front-end-pm
I have also used the plugins individually, deactivated all of my other plugins one by one and they still show up as text. Any help would be greatly apreciated.
Thanks
This should help you:
do_shortcode('[shortcode]');
Put this in your theme file where you want the widget/what ever it is you want to do to appear.
I've tested the two plugins in wordpress 4.0 and it works fine.
Did you try to update your wordpress version?
If the problem persists, try to switch to the Twenty Eleven theme to see if it's not a theme-specific problems
Make sure you are editing in the text tab, and not HTML.
You can go to the HTML Tab and see if its wrapping your shortcodes in tags, as this has caused problems for me in the past.
Cut the shortcode from the "Visual/HTML" tab and pasted in "Text" section then updated Post.
#Kristofer is correct if you're looking for a template-based solution, except it needs to be
echo do_shortcode('[shortcode]');
not just
do_shortcode('[shortcode]');
It will just display as text if the shortcode is not correct. For example, in the Tag Groups plugin, the premium shortcodes will not display anything.
A friend of mine is working a design, and she wants to add some extra details to the footer. However the links to the theme she also wants to edit ;
http://www.certaxnorthampton.co.uk/
Please can you tell me where that is displaying the data from? As i have checked the footer.php and it appears to not be located in there.
thanks
Kirsty