jcyoga18
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Map not functioning@alanfuller Ok, thanks. We’re in the same boat as this code pre-existed my involvement.
Forum: Fixing WordPress
In reply to: Image Map not functioning@tugbucket Thanks. I added that code to style.css, but it had no effect.
@alanfuller Thanks. I see, but what needs to be done to make the map links work?
Forum: Fixing WordPress
In reply to: Change banner title font colors in 2017If I view the page source, I can see:
==
<div class=”site-branding”>
<div class=”wrap”><div class=”site-branding-text”>
<h1 class=”site-title”>ACKNOWLEDGEMENT OF COUNTRY</h1><p class=”site-description”>Promoting respect for Australian Aboriginal & Torres Strait Islands people, land and culture by the yoga community</p>
</div><!– .site-branding-text –></div>
==
So, I’m wondering if it is the site branding/text areas that need modifying, and how to do that?Forum: Fixing WordPress
In reply to: Change banner title font colors in 2017Hi, By doing that, the markup is also visible on the live page.
Forum: Fixing WordPress
In reply to: Change banner title font colors in 2017Thanks Steven, I’m a beginner with this. Would the markup be added in the /wp-includes/general-template.php? Somewhere around here:
function wp_title( $sep = ‘»’, $display = true, $seplocation = ” ) {
global $wp_locale;$m = get_query_var( ‘m’ );
$year = get_query_var( ‘year’ );
$monthnum = get_query_var( ‘monthnum’ );
$day = get_query_var( ‘day’ );
$search = get_query_var( ‘s’ );
$title = ”;Or am I way off the mark? And then, would I add the css to the Customise CSS and what would it look like – how do I identify the different spans applying to each word? Thanks.
Forum: Themes and Templates
In reply to: Post links not showingHi All,
Thanks for your assistance. I’ve also resolved the issue of links not being active in the slider texts too. Turns out you can simply put the html around the relevant link when you create the content – so the slider settings boxes in Nirvana are ‘text’ rather than a ‘visual’.
Thanks again.
jcyoga18
Forum: Themes and Templates
In reply to: Post links not showingHi @leland,
Oops! Seems I misunderstood your instruction and have now done as you suggested with the excerpt box and Oila! the link is now active in the excerpt. Thank you very much for this solution! If the other modification isn’t too mysterious I’d be interested for any guidance so the fix is more permanent. Thanks again. jcyoga18.
Forum: Themes and Templates
In reply to: Post links not showingThanks @leland,
I’ve done as you suggested, however after displaying the excerpt through screen options and going to edit it, I can see that the link is already embedded, so there’s nothing more I can do there to make the link appear in the published excerpt. I can access the php/css files for editing if you are able to guide me as to where to modify the ‘the_excerpt()’ function? Thanks. jcyoga18.
Forum: Themes and Templates
In reply to: Post links not showingHi @leland,
Thanks for your response. Not quite. If you look at the latest post about PRACI you will see the content of the post has no link visible on the text “PRACI website”. However, if you select “Continue Reading” you will see that that text is an active link to the PRACI website – with rollover etc. My wish is that the ‘post excerpt’ on the home page showed the link as active as well. Thanks. jcyoga18.
Forum: Themes and Templates
In reply to: Post links not showingHi @avee,
Thanks for your response. I had assumed the settings for the slider posts might be controlled by the settings for the ‘blog’ posts which appear below the slider – I have discovered these are called POST EXCERPTS. I’ve checked the options settings page you refer to but it doesn’t appear to control the ’embedded’ links e.g. one of the sliders mentions two websites – FB and Twitter, but there is only one link option available to be added to any one slide from the settings page. I’ve looked through the various settings for the theme but can’t find anything related to links being made active or inactive in the post excerpts. Thanks again… jcyoga18
Forum: Installing WordPress
In reply to: ftp install shows blanksThanks James, I’ve give it a crack ??
Forum: Installing WordPress
In reply to: ftp install shows blanksJames, I found the version – it’s 5.3 – and there’s a page of stuff listed with boxes to tick e.g. mysql is ticked. Thanks.
Forum: Installing WordPress
In reply to: ftp install shows blanksJames, Thanks. The host is Netregistry https://www.netregistry.com.au. I can’t tell the php being used but I can see the config in cpanel.
Forum: Plugins
In reply to: [Appointment Calendar] Smart phone compatabilityI’m over it. I’ve tried contacting Appointzilla, the makers of the calendar, three times and posted a number of questions in different forums and had a total of NO RESPONSE!! Not good enough. I’ll be exploring another product and changing ASAP.
Forum: Fixing WordPress
In reply to: Moving blogThanks SwansonPhotos, That’s an interesting approach and seems straightforward enough, although I’m not sure why it doesn’t get a mention as an option in the codex info? I think I can set up the redirect myself without any problems but wanted to check the .htaccess & wpconfig edits (I presume these are both on the new domain https://thruxtoncafe.com) –
1. Would the .htaccess edit be adding a line saying “redirect /[not sure what to put here, it’s the root directory of https://thruxtoncafe.com ] https://thruxton.yogaha.com”
2. What would I edit in the wpconfig?Thanks, John.