Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
Thanks for the quick response! I have updated the role to Administrator now.
Hopefully works now. Thanks in advance!
Jane
Hi Nikko,
Thanks for your response.
Our site utilises a Child theme (Anchor). The Parent is Enfold. But it is not activated?
The theme update under Child theme options indicates that the theme is up to date?
Here is the message:
Theme Updates
No Updates available. You are running the latest version! (3.3.2)Are we using a really old version that cannot be updated? Appreciate your help
Thank you
JaneAll good. Worked it out. Thanks for your help :)
How would I have the caption sitting in a white box? When I change the background: none to white it doesn’t do anything.
THANK YOU, that did it :)
Thanks, I have updated but it hasn’t fixed it.
Ah, thanks that did it.
This reply has been marked as private.This reply has been marked as private.Thank-you, that worked. However how would I change it to be a box, instead of the ajax pop-up.
Yep, that worked. Thanks so much :)
Do you have a solution for the mobile issue I’m also having?This reply has been marked as private.Thanks
nope no luck, the is_archive is working tho.
What if I was to list the portfolio id’s – would it look something like this:if( is_page( array( 4098, 4127, 4132, 4117, 4121 ) ) || is_archive( 261 ) || is_post( array( 4365, 4364, 4363, 4362, 4361, 4360, 4359, 4358, 4357, 4356, 4355, 4354, 4353, 4352, 4351, 4350, 4349, 4348, 4347, 4340 )))
Hi, the is_category and is_archive is not working… does it matter if the portfolio items I want the different logo are part of multiple categories?
Here is the code I am using, however all the portfolio items in category 261 are also in other categories.function av_change_logo($logo)
{
if( is_page( array( 4098, 4127, 4132, 4117, 4121 ) ) || is_archive( 261 ) || is_category( 261 ) )
{
$logo = “http://www.logourl.com”;
}
return $logo;
}Thanks so much, really appreciate your help.
Thanks… and the porfolio categories?
oh and if I have multiple pages do I just put a comma after each number? e.g if( is_page( 59, 37, 124 ) )
Thanks, that will work for the pages. Is there a way to add to this so portfolio pages that are part of a certain category (say a category called “baking”)… there is about 100 so hoping there is an easier way than writing out all the post-ids.
ideally I would like all the images to be the same size and give the page a heading so people know which category they are looking at
Thanks that did it. I also had the “item base” and “category base” named the same which could have been an issue.
Which file do I edit to change this page, as it looks a little different to my other portfolio pages.Thanks I had a plugin that was interfering with this.
April 3, 2014 at 7:39 am in reply to: logo slightly to the left and header background not showing in IE8 #246905Hi, not to worry, I actually just worked it out a few minutes ago. I had some extra code that was setting those pages to display none. Thanks for getting back to me, appreciate it.
ThanksApril 1, 2014 at 5:45 am in reply to: logo slightly to the left and header background not showing in IE8 #245844Hi, I’m still waiting for Devin or Josue to reply in regards to my mobile issues and page not showing.
March 30, 2014 at 11:57 pm in reply to: logo slightly to the left and header background not showing in IE8 #245234Thanks for the reply. I’ve been using and iPhone 4S and a Samsung Galaxy 3 for testing. And I’ve tested in both Chrome and Safari on the iPhone.
March 29, 2014 at 1:35 am in reply to: logo slightly to the left and header background not showing in IE8 #244650Ive already tried that
March 28, 2014 at 7:18 am in reply to: logo slightly to the left and header background not showing in IE8 #244218This reply has been marked as private.March 28, 2014 at 5:25 am in reply to: logo slightly to the left and header background not showing in IE8 #244198I managed to get the header background showing in IE8, I set the filter to none :)
March 28, 2014 at 2:32 am in reply to: logo slightly to the left and header background not showing in IE8 #244156Also, my pages that have porftolios are not showing at all on mobile devices anymore…
March 28, 2014 at 1:10 am in reply to: logo slightly to the left and header background not showing in IE8 #244127actually, sorry it’s still slightly to the left, but not as much as before.
-
AuthorPosts