Rob49
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Linking Slide to the URLHey AJ,
Your a star! ??
As I didn’t need the image to link to anything I removed a few lines of code in single-portfolio.php and that did the trick.
Thanks again and all the best,
Rob
Forum: Fixing WordPress
In reply to: Linking Slide to the URLForgot to add I am adding the link inside the Gallery Metabox plugin which I added.
Thanks
Rob
Forum: Fixing WordPress
In reply to: Linking Slide to the URLHi AJClarke,
First, thanks for a great theme! I am building a music site with Adapt and am almost finished.
I am using v 1.1 and have the same issue as above where I cannot change the links in the gallery for portfolio entries. I am adding a image to run alongside an mp3 track but the link for the image won’t change. I have got v 1.5 downloaded on my mac, but for some reason it won’t replace 1.1 inside themes.
As I have the files of 1.5, would it be possible to just cut/paste and swap in the updated files from 1.5 into my 1.1 theme? If so, could you let me know the file/files I need to update please? Or even just the ability to remove links in the portfolio altogether would be great.
If you don’t have the time no problem as I don’t expect support for a free theme.
Cheers AJ
Rob
Forum: Themes and Templates
In reply to: [Tabula Rosa] Tabula Rosa minor issuesHi lakerslex,
I am having the same issue with horizontal scrolling moving over the menu in my theme here:
If you resize the page, the logo and picture move but the menu bar stays where it is. Can I just fix everything where it is? The menu bar is done using the plugin optiontree.
Did you find a way to resolve this? My theme ‘mono’, is a grid based system so not sure if that makes a difference.
On mobiles you have to zoom out on each page just to see everything!
Cheers
RobForum: Themes and Templates
In reply to: Blog page showing wrong permalinkAnyone have any idea on this?
Like I say I’m not sure why it changed, but I can’t seem to get it back.
Thankyou
Hi blindner13,
Did you find a way to resolve this? Am using this mono theme for a new site but not sure I like how it shows on a mobile.
Thanks for any advice.
Rob
Forum: Themes and Templates
In reply to: Theme: Cudazi Mono – Help to move logoAh thanks WPyogi.
Forum: Themes and Templates
In reply to: Theme: Cudazi Mono – Help to move logoGot it sorted. Was .container_12 .grid_1{ I was looking for.
Rob
Forum: Fixing WordPress
In reply to: Nivo Slider pausing on second slideSorry, thought I had fixed this after sorting through the code and removing the validation errors.
Still getting stuck on the second slide on Chrome ??
Could anybody confirm if it sticks on Explorer also please?
Here is the code for the page itself: homepage
and the code for my header which I guess where the error must be: header.php
Maybe the other JQuery is conflicting with it, but the other slides on the portfolio links all work fine.
Appreciate any help offered.
Thankyou
Forum: Plugins
In reply to: Yoast SEO validation errorsAh that fixed it thanks!
Still quite new to the template system and didn’t realise you don’t use <body> tags in template pages.
So if I understand correctly you open the <body> tag in the header, then close it in the footer?
If so then all makes sense and thanks again for your time.
Rob
Forum: Plugins
In reply to: Yoast SEO validation errorsHi zoonini,
Thanks, have just been delving around and the <?php get_header( $name ); ?> had somehow ended up further down the page, hence the doctype etc halfway down the source code! Fixed that which in turn fixed the Yoast errors ??
Only error showing now is my body tag.
If the validator link is clicked in my first post above you will see what it says. Not sure whats wrong so will start another topic for this unless it is a simple fix.
Thanks for your time.
Forum: Everything else WordPress
In reply to: editing links posted in this forumThanks for the fast reply alchymyth ??
Forum: Fixing WordPress
In reply to: How do I make my header in a Home button?!Cool, glad to help ??
Forum: Fixing WordPress
In reply to: [Contact Form 7] Styling the word Contact which sits above formSorry to bump but still not figured this out yet.
Is there a line I can add to remove the title in the CSS now I have set up the body_class() function?
Thank you..
Forum: Fixing WordPress
In reply to: How do I make my header in a Home button?!Hi twz2,
You can try this.
In your header.php file replace
<div id=”header”>
with
<div id="header" onclick="location.href='https://siteaddress/';" style="cursor: pointer;">
Remember to have it backed up before you try. obv replace //siteaddress with your home url.
Hopefully that will give you the effect you need.