Forum Replies Created
-
AuthorPosts
-
Hi shytalk264!
Did you try to flush the cache, restart and reload your Android browser a few times?
Best regards,
RikardHi!
You could try to assign an ID to the element you want target, then replace .widgettitle in Elliotts code with the ID.
Cheers!
RikardMarch 3, 2015 at 10:21 am in reply to: Add a transparent background on a specific, individual contact form #405036Hey kellymarie2001!
You can try something like this in your Quick CSS:
#top form { background-color: rgba(255,0,0,0.3); }
Cheers!
RikardHey!
Ok I see, have you tried any other SEO analysis tools to see if they recognise the tag? And like Elliott wrote, I don’t think you should worry too much about what results tools like that give you. Your tag and text is visible to users and in the code, that’s all search engines care about.
Cheers!
RikardHi!
I’m not really sure what you mean by “sum all the traffic from all the websites”, but you should definitely put links between the different sites for better SEO.
Regards,
RikardHi danielxli3!
I checked your site on iPhone 4/Chrome and I get the same content as on my desktop: 1 slider on top and 3 portfolio items further down. Is that correct? If not, please provide us with screenshots or a more detailed description highlighting the issue.
Cheers!
Rikard- This reply was modified 9 years, 8 months ago by Rikard.
Hi markgibbons243!
Yes that would be possible, but it would include a fair bit of custom work. We’d be happy to help you out with specific questions about customisation.
Cheers!
RikardHey Netzie!
Still the same problem I’m afraid, logging in just takes me to /din-profil/ and /wp-admin/ takes me there too…
Best regards,
RikardHi!
You can use media queries to target different screen sizes:
/* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 959px) { CODE GOES HERE } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { CODE GOES HERE } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { CODE GOES HERE } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) { CODE GOES HERE } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) { CODE GOES HERE }
Best regards,
RikardHi!
Glad you solved it, and yes, I agree, testing tools are great but they should not be trusted too much. Especially when it comes to search results which takes a lot of time an varies a lot in the time it takes as well.
Regards,
RikardHey codecreative!
I’m not entirely sure what you mean by distorted? Could you provide us with a screenshot/detailed description highlighting the issue please?
Regards,
RikardHi!
I’m not sure I understand what you mean, could you try to explain a bit further? If you know how to speak spanish we have spanish speaking moderators.
Cheers!
RikardMarch 3, 2015 at 5:32 am in reply to: random visual and speed isues after last update 4.1.1 + 3.0.8 #404937March 3, 2015 at 5:26 am in reply to: Problems with side options and upload logo and favicon #404935Hi!
Are you sure you have updated? According to your site you are using version: 2.7.1, latest version is 3.0.8 http://www.nahorbastos.com.br/wp-content/themes/enfold/style.css
Cheers!
Rikard- This reply was modified 9 years, 9 months ago by Rikard.
Hey Kaira!
I’m not sure what you are trying to do with the slider do you want to make it larger or smaller? Also, as far as I can see, if you click one of the pictures they open up to display a larger image.
Best regards,
RikardHey farzadfrh!
Please paste the code into your Quick CSS field in Enfold–>General Styling. If it doesn’t work for you, please provide us with a link to the site in question and a detailed description of what you are trying to achieve.
Best regards,
RikardHey comprompt!
Those are all files needed for the theme, what exactly do you want to do with them? If you want to improve load times please try caching and minimizing plugins.
Regards,
RikardMarch 2, 2015 at 12:40 pm in reply to: Header Social Icons turn white when scrolling (header background is also white) #404411Hi Haybazak!
I see what you mean, what color would you like them to be?
Regards,
RikardMarch 2, 2015 at 12:35 pm in reply to: Lightbox doesn't function – Pictures open in new tabs #404409Hi!
No problem, glad you solved your issue and that we were of help to you :)
Cheers!
RikardMarch 2, 2015 at 12:33 pm in reply to: How to make items transparetnt N add a full page revolution slider to background #404408Hey vikaswalia!
I’m not sure I understand what you mean, could you try to explain in more detail what you are trying to achieve please? Also, a link to the site in question and/or screenshots highlighting what you are trying to do would help us understand better.
Regards,
RikardMarch 2, 2015 at 12:30 pm in reply to: Masonary Gallery Doesn't work properly when I add Captions #404404Hi!
Please try to paste the following in your Quick CSS:
.responsive div .avia_responsive_table .avia-data-table td{ text-align:left !important; }
Regards,
RikardHey James!
The theme is responsive out of the box, do you mean that you want to optimise load speed?
Best regards,
Rikard -
AuthorPosts