gem245
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [onetone] youtube video grid at endHi
I can’t seem to find the check box..can you explain a little more?
Thanks
Forum: Themes and Templates
In reply to: [onetone] Change Colour of Body TextI figured it out…
Go to wordpress dashboard / appearance / editor / stylesheet (style.css)
Press ctrl and f – find function
then search for each of section – about, services, portfolio, contact
Find these sections for each and change the font colour. H1 is the title text and h3 the body text
}
.section h1,.section-about h1,.section-services h1,.section-portfolio h1,.section-contact h1,.section-custom h1 {
font-family:’Raleway’,sans-serif;
font-size:60px;
color:#fff;
font-style:normal;
font-weight:300;
text-align:center;
line-height:82px;
margin-bottom:40px;
}
.section h3 {
font-family:’Raleway’,sans-serif;
color:#d91d52;
font-size:36px;
font-style:normal;
font-weight:300;
line-height:36px;Forum: Plugins
In reply to: [New User Approve] Customizing email message bodyHi Josh
I have the same question as Penelope01
I need to change the login URL from “https://mysite.com/wp-login.php”
or “https://www.mysite.com/”Any ideas?
Thanks
Gem
Forum: Plugins
In reply to: [Slideshow] slideshow not showing in the menuSure no worries. I had just installed a contest plugin called Wishpond. That was the conflicting with Slideshow. I’ve deactivated Wishpond and slideshow is working fine.
Forum: Plugins
In reply to: [Slideshow] slideshow not showing in the menuAaah yeas, I’ve found the bug. Thanks ??
Forum: Plugins
In reply to: [Slideshow] slideshow not showing in the menuHello @mbrsolution I updated to 3.8
Forum: Plugins
In reply to: [Slideshow] slideshow not showing in the menuHi There
I have exactly the same issue. It has been in the dashboard for a number of months and now it’s disappeared. The plugin is still active and existing slideshows active.
I’m using a custom theme built on twentyeleven.
Thanks
Gem
Forum: Plugins
In reply to: [Slideshow] Add Slideshow To Front Page OnlyOh I’ve done it. I just needed to change is_home to is_front_page
Thanks very much, your slideshow is great ??
Forum: Plugins
In reply to: [Slideshow] Add Slideshow To Front Page OnlyThat didn’t seem to work :/
Forum: Plugins
In reply to: [Slideshow] Add Slideshow To Front Page OnlyI’m probably being a complete numpty….I’m new to this.
Where would I place the is_home?
<?php do_action (‘slideshow_deploy’, ‘277’); ?>
Forum: Plugins
In reply to: [Slideshow] Add Slideshow To Front Page OnlyI’ve placed the code in the header.php and the slideshow appears on the home page in a specific area under the header.
I want to remove it from all other pages so the slideshow shows only on the homepage.
Any ideas??