eboe3010
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embedding media issuesFound a fix.
.fluid-width-video-wrapperwas causing the embedded media to resize so I added it to the bottom of my child theme css file and customised the properties.Not ideal but it works.
Forum: Fixing WordPress
In reply to: Embedding media issuesOk I fixed the bug mentioned above. (Apparently it should have commas instead of colons):
'<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable = 0" />';I still have the embedding media size issues thought. The “viewport” meta name is for controlling ios playback. Should this affect the embedding size in desktop browsers like Chrome and Firefox?
Forum: Fixing WordPress
In reply to: Embedding media issuesThanks jnhghy,
Do you know how I can correct this?
Forum: Fixing WordPress
In reply to: Theme displaying the word "Posted" on thumbnailsI had a friend who knows his php look into it for me:
It is the get_template_part(‘includes/postinfo’); that is causing the issue, it needed to be removed in home.php rather than index.php.
I’ve commented it out in both.Sorted 😀
Forum: Fixing WordPress
In reply to: Theme displaying the word "Posted" on thumbnailsAs I said in my first post I know this is a theme related issue and I have contacted the designers of the theme but we are struggling to find a solution.
I was wondering if anyone has had the same or similar issue on here.
Forum: Fixing WordPress
In reply to: Theme displaying the word "Posted" on thumbnailsI can’t find a loop.php file…
Where would it normally be? – themes/*chosen theme*/loop.php ?
Forum: Fixing WordPress
In reply to: Theme displaying the word "Posted" on thumbnailsI can’t seem to find it in the index.php code:
<div class="post-info2"> <h2 class="post-info-title"><a href="<?php the_permalink() ?>" title="<?php printf(esc_attr__('Permanent Link to %s','eVid'), get_the_title()) ?>"> <?php truncate_title(30) ?> </a></h2> <div style="clear: both;"></div> <?php get_template_part('includes/postinfo'); ?> </div>I’ve tried removing:
<?php get_template_part('includes/postinfo'); ?>and
<div style="clear: both;"></div>but with no success. My php skills are not very good, can you advise where I am going wrong?
Thanks
Forum: Plugins
In reply to: Discus comments overlapping theme footerI figured out what the problem is!
If the content of the post is not as long or longer than the sidebar that’s when the problem occurs.
Entering several pushed the content to be longer and once it outstretched the sidebar it appears fine.
I’ve had to remove some features from the sidebar until I/someone can figure out a more permanent solution.
I hope this sheds some light on the subject?
Forum: Fixing WordPress
In reply to: Menu item limitCan anyone help with this issue please?
Forum: Fixing WordPress
In reply to: Menu item limitMissing link for the site in question: http://www.makoeducation.co.uk/
Missing link for the support article: http://core.trac.ww.wp.xz.cn/ticket/14134
Sorry :$