Forum Replies Created
-
AuthorPosts
-
July 6, 2015 at 6:24 am in reply to: How to add a changing number (based on a date) to use in a text field? #468670
Hey erusko!
Maybe you could try this? http://codereview.stackexchange.com/questions/75404/new-year-countdown
Best regards,
RikardHi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey df50!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardHi!
Sorry we couldn’t be of more help, please let us know if you should need any more help on the topic.
Cheers!
RikardHey!
I can see your logo fine on my end, did you manage to solve it? Make sure to disable any caching plugin if you can’t see recent changes.
Best regards,
Rikard-
This reply was modified 10 years ago by
Rikard.
Hey!
I can’t see anything wrong with the code itself, is it still not tracking?
Best regards,
RikardHi!
It seems there is not enough space for both logos display either inline or as blocks on smaller screens, I’m not sure what layout you would prefer?
Regards,
RikardHey Matias!
Yes a few of the moderators speak german but the safest option would be to ask your question in english, you will get a faster response then. I’m not sure it would be possible to ask your questions over the phone, could you try here instead please?
Best regards,
RikardHey Michel!
You can set the colour of the menu items in both normal and hover states under Enfold–>Advanced Styling. I’m not sure what’s going on with your menu bar, it looks very customised? I can’t see anything wrong with the layer slider either, please send us a temporary admin login so that we can have a closer look.
Please try to open separate threads for each question in the future.
Cheers!
RikardJuly 6, 2015 at 5:20 am in reply to: Breadcrumb w shortcode only appears if header = no transparency #468650Hey LarryLayouter!
I’m not sure what going on there and it will be difficult for us to inspect what could be wrong if you’re only on a local server. Is there any possibility of you uploading a test page so that we can have a closer look?
Regards,
RikardJuly 6, 2015 at 5:17 am in reply to: Mobile menu always visible on the right of website (iPhone 6 plus) #468649Hey enzowillemstad!
It looks fine on my end using an iphone4, could you provide us with a screenshot of what you are seeing on your end please?
Best regards,
RikardJuly 6, 2015 at 5:11 am in reply to: enfold – arrow effect in color section break thumbnails gallery shortcode #468648Hi!
Sorry but I’m having trouble seeing the problem you are referring to, could you provide us with a screenshot of what you are seeing on your end?
Cheers!
RikardHey Tibor!
Not sure if you solved your problem or not? Please let us know if you should need any more help on the topic.
Best regards,
RikardHey!
Great, please let us know if you should need any more help on the topic.
Cheers!
RikardHi!
I’m not sure if you got your problem fixed or not? Please let us know if you should need any more help on the topic.
Regards,
RikardHey!
I think we’ve been on the same page all along but the more tag only works when working with posts within the WordPress loop, and these elements are not connected to any posts or in a loop. In the blog feed the Read More link will go to the full post, but where would the Read More link go in this instance? You would have to set them manually in this case.
https://codex.wordpress.org/Customizing_the_Read_More
Regards,
RikardHi @Iternis!
Glad you got it fixed :)
@karenleighburton please open a new thread with your issue and if possible some more info on why your hosting provider claims that something is wrong with the theme.Best regards,
RikardHi Antonio!
Please try this to target content text in single posts:
.single .entry-content { font-size:16px !important; }
Cheers!
RikardHi Alison!
I couldn’t log in with the details you provided, could you check please?
Regards,
RikardHi stanyas!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Cheers!
RikardHi!
Please replace Ismaels code with the following:
.page-id-441 .main_color h3 { color: #ffffff; }
Regards,
RikardHey jockejansson!
I’m not sure I understand what you are trying to achieve, could you try to explain a bit further please?
Best regards,
RikardHi!
It looks like you have used
for spaces in the header, please try to remove them since they are the reason it’s not breaking properly.Best regards,
Rikard-
This reply was modified 10 years ago by
Rikard.
Hey!
It looks like you have used fixed pixel values to position the headers there, you will most likely have to style them for tablet and phone size screens as well. You can use the following CSS queries:
@media only screen and (min-width: 768px) and (max-width: 990px) {} { /* your tablet code here */ } @media only screen and (max-width: 767px) { /* your smartphone code here */ }
Regards,
Rikard -
This reply was modified 10 years ago by
-
AuthorPosts