Gerwyn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook Post Link not WorkingHello,
Are you using WordPress.com or are you self hosting? The instructions are primarily for WordPress.com.
Let me know.
Forum: Fixing WordPress
In reply to: Only link appears on facebook sharings???Hello,
You will need to reference Facebook for guidance on this – please see their documentation at https://developers.facebook.com/docs/sharing/webmasters
Forum: Fixing WordPress
In reply to: Menu load in new page ideaHello
WordPress is able to do this for you. Click on “Insert/edit link” (looks like a piece of chain.
A dialogue will pop open, enter the relevant URL and Description text.
Beneath this is a tickbox called “Open link in a new window/tab”, select this and WordPress will open these links on a new window/tab for you when published.Forum: Fixing WordPress
In reply to: Events MailerI recommend asking at https://wordpress.org/support/plugin/the-events-calendar so the plugin’s/theme’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: How to Add a Feature to My Homepage Where Users Can Upload Files?Hello,
You’re correct, having users able to upload files directly to your website isn’t advisable.
There are a number of services out there (e.g. Soundcloud, Dropbox, Clyp and many more can be found via any search engine) where users can upload to those services and then share a link to you.
Have you considered asking the users to upload to their own service as mentioned above and then send you a message via a contact form on your website?
Forum: Fixing WordPress
In reply to: [The Events Calendar] Title problem with event calenderI recommend asking at https://wordpress.org/support/plugin/the-events-calendar so the plugin’s/theme’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Please help me delete the categories, format and tags from theHello,
Have had a look at your website (looks really good btw), can’t view the problem – can you send a link to a page to demonstrate the issue please?Forum: Fixing WordPress
In reply to: Facebook showing Page Not FoundHi, have just followed your link to your blog and was able to view the post with London Fire Dogs, also when following the link to the Facebook developers it shows the page as expected.
Please clarify what assistance you’re looking for?
Forum: Fixing WordPress
In reply to: Berlin Theme Additional Featured SlidesCan you please provide a URL to the theme?
Forum: Fixing WordPress
In reply to: Can't get to wp-admin; attempts go straight to the public websiteTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Themes and Templates
In reply to: [Customizr] Altering footer creditsFound the root of the problem, and fixed it. Thanks for the assistance.
Forum: Themes and Templates
In reply to: [Customizr] Altering footer creditsThanks acub, have followed that completely. What I had forgotten to do was add <?php and ?> tags, hence the gibberish.
When I upload this in the functions.php in the child theme, I get the following error message.
Parse error: syntax error, unexpected T_FUNCTION, expecting T_STRING in /home/barrycum/public_html/sites/serw.co.uk/wp-content/themes/customizr-child/functions.php on line 10
Here’s what I’m uploading, the only changes is the hello and test entries. Not sure what I’m doing wrong.
[ Moderator note: please wrap code in backticks or use the code button. Do not use blockquote. ]
<?php add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = 'hello'; $newline_credits = 'Test'; return ' <div class="span4 credits"> <p> · © '.esc_attr( date( 'Y' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Designed by <a href="http://www.themesandco.com/">Themes & Co</a>').' ·'.($newline_credits ? '· '.$newline_credits.' ·' : '').'</p> </div>'; } ?>Forum: Themes and Templates
In reply to: [Customizr] Altering footer creditsHave switched now to the child theme, and uploaded the new functions.php file and got gibberish appearing on the site? Help please!
Forum: Themes and Templates
In reply to: Decoding difficulty of a themeThanks for the helpful tips Chip.
The link to that post is now closed unfortunately.
I’ve since been able to decode a small part of it, the the rest I’m struggling with.
Forum: Themes and Templates
In reply to: Decoding difficulty of a themeIs there anyone able to help at all?
Thanks