Nicholas Ritson
Forum Replies Created
-
Forum: Hacks
In reply to: wp_get_current_user()sites here : https://edeals.nickritson.co.uk/
each time i refresh im getting different files not being loaded.
cant seem to find a route to take to fix this either as i have tried changing the theme, disabling all the plugins, ive contacted my host provider and changed the memory limits, they say the server is fine.
replaced wordpress admin and include files with a clean install.
only error message in the debug is that get_current_user but it was working before with that error message, not sure if thats suddenly now become and issue.any help to try would be greatly appreciated as im kind of running out of options to try.Forum: Plugins
In reply to: [Yoast SEO] 3.0.4 – Still Not Fixedconfirming as well, that error message comes up in conjunction with visual composer.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unpacking Archive Forevertried the 2.0.5 version as mentioned in the forums, this no longer causes any hanging and the import and export seem to work as least in how they look, however after importing it says its successful and to update the permalink structure twice, which i did with no errors however there is no change to the site, it remains exactly how it was.
did i miss any additional steps? anything else to try?
Forum: Fixing WordPress
In reply to: Text editor and white font previewThis occurs always, for example this morning ive created a new wordpress site, so latest version, no plugins are activated or installed either. went to the sample page and made one paragraph white, as you can see in this link, you wont be able to see it. i can understand the preview changing to the color selected but it would be nice to have something in place for white text, even if there was an option for a “dark” editing mode in the admin area.
https://prntscr.com/887vmqForum: Installing WordPress
In reply to: New Wp Installation – Cannot Modify Header InfoThanks, that fixed it.
Forum: Plugins
In reply to: [SEO Image Rotator] short code issuein the template you need to echo it like this:
<?php echo do_shortcode(‘[seo_image_rotator id=”1″]’); ?>also the id is a number not the name you have given it, so if its the first rotator you made it will be id=1
that will fix it in the template however in the past this worked by pasting the shortcode into a text widget, this seems to not be the case anymore hopefully it gets fixed.
Forum: Fixing WordPress
In reply to: where do blog catagories link to?ok. question though off topic, most of the themes made on here, which framework are they built on?
Forum: Fixing WordPress
In reply to: where do blog catagories link to?its the HTML5 Blank theme
Forum: Fixing WordPress
In reply to: loop.php and custom templatethanks took a look at that now, just gotta style the whole thing should be easy from now. much appreciated for the fast, accurate reply.
Forum: Fixing WordPress
In reply to: blog title and footer overlap problemworking on it from localhost.
https://localhost/Freelance/?page_id=249interestingly enough, even when i open the php template for it, its not recognizing any changes i make to it.
<?php /* Template Name: blogging */ ?> <?php get_header(); ?> <!-- section --> <?php if ( function_exists( 'get_wp_parallax_content_slider' ) ) { get_wp_parallax_content_slider(); } ?> <section role="main"> <h1><?php _e( 'Latest Posts', 'html5blank' ); ?></h1> <?php get_template_part('loop'); ?> <?php get_template_part('pagination'); ?> </section> <!-- /section --> <?php get_sidebar(); ?> <?php get_footer(); ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [WP Parallax Content Slider] content not showingyes it is, got it working now. had to remove jquery duplicates from the blank theme. works perfect now.
Forum: Plugins
In reply to: [WP Parallax Content Slider] content not showingmines not working on chrome either, completely mind boggled as to why it wont display. had a php guy look at it as well, he cant figure it out either. cant seem to find out how its loading anything, not even the header or paragraphs load.
anyone have any info on this? anyone got this working on the new wordpress?
bit of progress, using html5 blank, which loads extra jquery in the footer.php, remove it.
Forum: Fixing WordPress
In reply to: making the header 100%apparently they dont allow threads to be created anymore so its not very helpful T__T
Forum: Fixing WordPress
In reply to: making the header 100%responsive theme, got it from here
Forum: Fixing WordPress
In reply to: Styling and Restructuring Pagesthanks will make it a child theme.
on the point of the background making it use the :cover command, where would that be possible?
and is it still possible to create content boxes like the picture?
or am i stuck with 1 long square/rectangle box for everything?