handcoded
Forum Replies Created
-
Forum: Plugins
In reply to: Different layout for most recent postFound some code online that helped me out.
Forum: Fixing WordPress
In reply to: Break page content apartThat was kind of my thinking.
What I have opted for is to add some PHP to a custom template that checks for the page slug and if a match is found echo’s the shortcode for the slider.
if (is_front_page()); { echo do_shortcode("[metaslider id=44]"); } if (is_page( 'governors' )); { echo do_shortcode("[metaslider id=161]"); }
Forum: Plugins
In reply to: [Custom Team Manager] number of columnsHi
I’m using version 2.4.1 and could really do with an update from you that would allow me to set the number of columns.
I’ve had a quick play with shortcodes.php to try and bootstrap it but it failed miserably.Are you any closer to an update? I may have to hunt for an alternative plug-in if I can’t remedy this problem which would be a shame as it does everything else so well.
Thanks
Thanks very much.
I renamed the plug-ins folder which took care of most of the errors then exported the wp_options table, dropped it and re-imported.
The website is now error free and I can login to the dashboard.
Forum: Fixing WordPress
In reply to: Add pagination to page templatesThanks
I’ll give that a try
Forum: Fixing WordPress
In reply to: Add pagination to page templatesSorry I am not making myself very clear.
Basic page numbers would be fine.
The website address is just the websites temporary location until it is ready to go live and can be moved to the root directory. I put a link just encase you wanted to take a look at it.
regards,
RichardForum: Fixing WordPress
In reply to: Add pagination to page templatesHi
Thanks for helping me out. Here is the code
https://pastebin.com/embed_iframe.php?i=CawRDEk5
Ideally I would like page numbers. Website is zoilo.co.uk/2012
Forum: Fixing WordPress
In reply to: Show different slideshows on different pagesHi
Custom Widget Area sounds promising. Being new to WordPress I have no idea what add-ons exist to make my life easier.
Thanks
Forum: Fixing WordPress
In reply to: Show different slideshows on different pagesThanks for trying to help me out.
If I add the code to a page for instance or a post it does not appear above all of the content as I would like.
Here is a page with the slideshow code added to the header and page content.
https://www.4joe.co.uk/?page_id=88Ideally I would like to show different slideshows under the navigation but before the start of pages or posts.
Is this possible?
Forum: Fixing WordPress
In reply to: Playback of .mp4 video from Android WordPress AppHi
Sorry but you have slightly misunderstood the problem. I am using the WordPress app for Android to add content to my website but when viewing th e website in Google Chrome the video does not play back but if I open the source video it plays just fine.
This is why I am hoping that a different player could be installed that handles .mp4 video better. When the website is live my customer will be editing the website using an Iphone.
The problem can be seen here https://www.handcoded.co.uk/wordpress/
Richard