stevedw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Set width for columns block?Forum: Themes and Templates
In reply to: [Kadence] Hide author name?I’m not using a Gutenberg block. How do I use a Gutenberg block for the latest posts? Do I need to use a plugin for this?
Thanks
@tyler. Thanks.
I’ve noticed that the issue of the link not saving only occurs when I add the Bemob URL https://v77t1.bemobtrk.com/click as the Target URL. When adding other URL’s the issue doesn’t occur.
Also, when I try to add the URL using Pretty Link Quick Add, it doesn’t save the URL. It shows ‘Ajax error’.
When the Ajax error appears, the error console shows an error for admin-ajax.php and the Status shows as 403 Forbidden.
I’ve tried using another browser, but the error occurs there also.
Since updating to WP 5.8 I’m having the same problem where the sidebar isn’t shown on the left, instead it is shown after the content.
Can you please clarify how to change the AMP settings to rectify this problem? Thanks.
Forum: Themes and Templates
In reply to: [Blocksy] Remove post author and dateYes, the site is https://www.attainwellbeing.com
At the moment, it shows the author and date at the top of posts, but then randomly later it doesn’t show it.
- This reply was modified 4 years, 2 months ago by stevedw.
Forum: Themes and Templates
In reply to: [Blocksy] Remove post author and date@creativethemeshq Thanks for posting the updated links.
It removed the author, date and category from single posts. However, for some posts it still shows the category at the top of the post. What could be the reason why it shows the category on some posts, but not others?
edit: Even more confusion now. Its gone back to showing the author and date at the top of posts even though the settings show that Meta is non visible in Single Posts.
Forum: Themes and Templates
In reply to: [Blocksy] Remove post author and date@creativethemeshq Thanks.
The video you posted for 1. was about activating a plugin. Is that the correct video?
The steps shown in the other video removes the author and date from the posts archive, but not from the top of single posts.
Forum: Themes and Templates
In reply to: [Fruitful] Java Script Error@wpjap. Thanks for posting the fix.
In themes\fruitful\js\init.js I couldn’t find any
jQuery(...).live
code.On Line 82 it has this code
$('.resp_full_width_menu button.navbar-toggle').live('click', function()
On Line 82 and other lines such as 93, should live be replaced by on or should it only be replaced if the line has jQuery in it?
- This reply was modified 4 years, 2 months ago by stevedw.
- This reply was modified 4 years, 2 months ago by stevedw.
- This reply was modified 4 years, 2 months ago by stevedw.
- This reply was modified 4 years, 2 months ago by stevedw.
- This reply was modified 4 years, 2 months ago by stevedw.
- This reply was modified 4 years, 2 months ago by stevedw.
Forum: Plugins
In reply to: [WP Product Review Lite] Format ProblemI think it’s got something to do with the latest WordPress update. Did you upgrade WordPress recently?
When I upgraded to WordPress 4.3.1 it changed the font style on WP review to what seems to be the Arial font. I prefer the previous font.
Do anyone know how to change it back to the previous font?
Forum: Themes and Templates
In reply to: How do I change the font size on the Tint theme?Is there a way to view the .css file of imported urls?
In style.css it has these 2 lines of code, but above this there are only about 13 lines of code. So I guess that most of the style sheet is from the imported url.
@import url("style/reset.css"); @import url("style/style.css");
Forum: Themes and Templates
In reply to: How do I change the font size on the Tint theme?Im not sure what that is. What is the breadcrumb title?
Forum: Themes and Templates
In reply to: How do I change the font size on the Tint theme?My site URL is https://www.deluxlogos.com
The theme is available at https://www.themeskingdom.com/demo/tint/
Thanks,
Forum: Themes and Templates
In reply to: Display only posts from 1 category on main pageI still haven’t resolved the problem. Any idea what is wrong?
Forum: Themes and Templates
In reply to: Display only posts from 1 category on main pageIve just tried that but it doesn’t show the posts from the Latest Offers category. It says;
Not Found
Sorry, but you are looking for something that isn’t here.Here’s the error – https://www.college-offers.com
Forum: Themes and Templates
In reply to: Display only posts from 1 category on main pageWhich section of the code exactly in index.php do i need to remove to remove the pre-existing loop.
I removed the section from the line
<?php if (have_posts()) : ?>
to the line
<?php the_content(''); ?> </div>
But it just displayed an error when i visit the site.