Forum Replies Created
-
AuthorPosts
-
the brink
ParticipantHi,
I have removed the line of code I added from category.php and the category descriptions have vanished.
here are lines 20 to 30 of my archive.php file if that’s any help:
<header class=”page-header”>
<?php the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ ); ?>
</header><!– .page-header –>
<div class=”square”><?php echo cleanportfolio_get_svg( array( ‘icon’ => ‘square’ ) ); ?><span class=”screen-reader-text”><?php esc_html_e( ‘Square’, ‘cleanportfolio’ ); ?></span></div>
<?php the_archive_description( ‘<div class=”archive-description”>’, ‘</div>’ ); ?>
</div><!– .archive-heading-wrapper –><?php
$blog_display = get_option( ‘jetpack_content_blog_display’);if ( ‘content’ == $blog_display ) : ?>
the brink
Participantwow, thats great, it works perfectly.
Now I’m just wondering how I can apply that same concept to other elements of my site?
I’m unsure what the ‘#post-2 .entry-content span p a’ refers to.Thanks for your help!
the brink
ParticipantHi,
Yeah I’ve managed to make them visible by adding in a bit of code to the category.php file of my child theme as suggested in another forum. I was a little wary about this as I don’t know anything about php but it seems to have worked.
In case you have any advice or warning about this the code I added was:
<?php
the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ );
?>on line 27 just under the <header> division.
Anything I’ve missed here?
Anything it might mess up?Thanks a lot,
Rosie
the brink
ParticipantDone. Thanks for your help.
the brink
ParticipantHi Skandha,
Sure, no bother at all. I’ll get right on that.
Do you think you could do me a favour and look at this thread? It’s the main thing holding us back just now from being able to go public with our new website and it would be great to get it done.
Also I was wondering what time zone you guys are working from and what your working hours are? I’ve decided to log in now as this seems to be the time you tend to answer – I think we might be in opposing time zones!
Anyway thanks for your help
TB
the brink
Participantok thanks
the brink
Participantok thanks for you help
the brink
ParticipantHi Skandha,
I don’t think wordpress is at fault here, since when I embed the same URLs into my posts all the clickable bits on that appear on youtube are also clickable in the post.
I’m guessing it’s a feature of the theme’s featured video displayer which only takes the audio-visual content from the URL and not any of the interactive elements.
Would be great to fix it if possible but it’s ok if not as a featured video is not absolutely essential to us.
Cheers
Rosie
the brink
ParticipantHi Skandha,
Just tried that, it didn’t work.
It just transformed the thumbnails that were the right size (migrant caravan series on line three of the thumbnails) to be the same square format as the “changing tack series” (latest, 2nd latest and 4th latest posts) and left the “musings” section alone (2nd latest and 6th latest posts).
Any ideas how I can get the “migrant caravan” series back to the way they were and all other thumbnails to look the same?\
Thanks for your help,
TB
the brink
ParticipantThe categories for which I have written descriptions are all the sub-categories under Video i.e.:
Migrant Caravan
Messages to Trump
Changing TackCheers
Rosie
the brink
ParticipantExcellent, that’s done it.
the brink
ParticipantPerfect!
You even chose the right colour!
Thanks man.
the brink
ParticipantHere is an example of a page where the tags that I want gone are showing.
On a side note, is it possible to also remove the “author” meta data from the top of the posts?
thanks
the brink
Participantthebrinkonline.org
the brink
ParticipantBrilliant thanks!
I was just missing the “a” after site-title. I’ve just edited it so that it now looks like this:
.site-title a { font-family: arial;
background-color: black;
position: relative;
top: 10px;
padding: 5px 5px 5px 5px;
color: white !important;
font-size: 35px;
}And now it works!
I’m quite new to using css and stuff so I’m still trying to get my head round it all. Do you have any idea why my original code (same as above without the “a”) allowed be to change all other values, just not the colour of the lettering?
Thanks for your help!
the brink
ParticipantHi,
I would like to change the text of this section. Is there a way to do that or do I need to delete it with that code and then insert a widget?
Cheers
the brink
ParticipantHow strange,
What I see when I pause the video is a list of suggested videos as well as other interactive elements such as “share”. The video looks and behaves exactly as it does in You Tube except none of the links are clickable.
Do you need a screen shot? how can I send you one?
Cheers
Rosiethe brink
ParticipantHi!
Thanks for the advice. The plugin has worked great to enable sound.
What about the second issue? Is there a way of making those youtube links clickable?
Thanks
-
AuthorPosts