Cadiz Ingles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site loading deleted pages, deactivated plugins, inactive themes?Oh my goodness. I’m not sure if I’m happy to read this thread or not!
I’m having exactly the same issues, and glad to know I’m not going mad. You’ve described all the things I’ve tried too. I haven’t started from scratch though – there’s just too much content.
Did you manage to get to the bottom of it?
- This reply was modified 3 years, 3 months ago by Cadiz Ingles.
I cleared the cache and deleted files in WP Super Cache. It’s working now!
Forum: Plugins
In reply to: [WP Display Header] Plugin not working on mobilesI have the same issue. It was working fine on mobiles too but has stopped suddenly. Did you find a way to resolve this issue? I’d appreciate any pearls of wisdom you’ve gleaned : )
Forum: Themes and Templates
In reply to: [Minamaze] Remove read more button in blog poststhanks ldgii8.
I tried adding in this code to my child theme css but nothing has happened. Should I copy and paste the complete main template css into the child theme to edit?
I really appreciate your response!
Forum: Fixing WordPress
In reply to: Remove 'read more' button on blog posts in minamazeThanks for all your advice. I now have a child theme, Filezilla and Backup.
Any advice on how to remove the ‘read more’ tag in blog posts?Forum: Fixing WordPress
In reply to: Remove 'read more' button on blog posts in minamazeThank you for your sound advice. I’ll do those things first then get onto my read more dilemma.
Thanks!Forum: Fixing WordPress
In reply to: Remove 'read more' button on blog posts in minamazeThanks for your quick reply!
Unfortunately, the answer is no to all of the above.
I downloaded an FTP program yesterday but found it a bit difficult to navigate.
I’ll try and backup my site tomorrow.
Does a child theme overwrite your main theme? Worried I’ll lose other theme functions. I’m using minamaze.
As you can see, i’m quite new to all this! Thanks for pointing out the basics!
Forum: Fixing WordPress
In reply to: Remove 'read more' button on blog posts in minamazeI’ve been doing a bit of searching and it seems like I have to edit the index php template but I’m a bit wary. I had a syntax problem recently and got locked out.
The code I currently have is:<?php
if ( ‘page’ == get_option(‘show_on_front’) && get_option(‘page_for_posts’) && is_home() ) : the_post();
$page_for_posts_id = get_option(‘page_for_posts’);
setup_postdata(get_page($page_for_posts_id));
?>
<div id=”post-<?php the_ID(); ?>” class=”page”>
<div class=”entry-content”>
<?php the_content(); ?>
<?php edit_post_link(‘Edit’, ”, ”, $page_for_posts_id); ?>
</div>
</div>
<?php
rewind_posts();
endif;
?>Should I edit this to remove the ‘read more’ tag? Any help would be really appreciated!
Forum: Themes and Templates
In reply to: How to make new pages responsive for mobile devicesHi! Thanks for replying. I’m quite new to wordpress and not too hot on css. I read the child theme style link you mentioned…It makes me wonder why my pages aren’t responsive already.
I’m using minamaze and have the latest version – it said the pages should be 100% responsive.
My site is: https://cadizingles.com/
Appreciate any further advice!
Thanks.