lottiejam
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] login issuehello
yes I changed the url.
The issue arose when I double checked the url/wp-admin. It displayed a version of my homepage rather than an error page.
Does this help?
Thanks elkirkmo, that should do the trick nicely. Bizarrely it did work for a couple of weeks then stopped working – one of those things!
Forum: Themes and Templates
In reply to: [Catch Box] Footer widget disappears in firefoxHi there the demo is grand, thanks for the swift reply. I’m thinking it might be some sort of stylesheet issue but again thanks for the quick reply!
Forum: Themes and Templates
In reply to: [Portfolio Press] Removing "Posted on" & "By"inspect the element using browser tools(chrome or firefox right click) find its name and use custom css
element{ display:none; }
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] on site view and meta information on postsHi Sorry about the code post – first timer and missed the instruction
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] on site view and meta information on postsHi there
it was a while ago, but this is the syntax i was left with so removed everything but that:
<?php /** * The Template for displaying all single posts * * @package foto * @since foto 0.0.1 */ get_header(); ?> <?php do_action( 'foto_before_content_singular' ); ?> <section id="content" class="site-content" role="main"> <?php do_action( 'foto_before_article_singular' ); ?> <?php while ( have_posts() ) : the_post(); ?> <?php foto_setPostViews(get_the_ID()); ?> <?php get_template_part( 'content', 'single' ); ?> <?php endwhile; // end of the loop. ?> <?php do_action( 'foto_after_article_singular' ); ?> </section><!-- end #content .site-content --> <?php do_action( 'foto_after_content_singular' ); ?> <?php get_footer(); ?>
hope this is helpful.
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Lugada] [Theme: Lugada] searchboxHi solved this but not for ie browser by creating a seachform.php file and coding what I wanted. Hope this helps.
Forum: Themes and Templates
In reply to: [Lugada] Lugada sliderThanks Karen, real useful – I’ll defo implement this.
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] on site view and meta information on postsHi there thanks for the response, set me in the right direction, solution was in the content and content single.php documents.
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] remove rss feedsolved thankyou!
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] remove rss feedHi there, took out one php opening tag too many! Many thanks for your time and input. Good to step away from something and get some other input.
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] remove rss feedHi there
tried this and it cause the full page not to display. Hence the forum request!!:)
Forum: Themes and Templates
In reply to: [Foto] [Theme: Foto] remove rss feedThanks for this – I’ve added to functions as it will prove useful.My main problem is actually removing the rss icon from the header. Even if unpopulated it still displays and if I remove the code the full page doesn’t display:(