Forum Replies Created
-
AuthorPosts
-
Hi,
I think there was some CSS causing the problem, adding Nikko’s CSS corrected it.
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Thanks for that. Please try this CSS as well:
@media only screen and (max-width: 767px) { #header .widget { top: -40px; } }Best regards,
RikardHi,
Glad we could help, I’ll leave the thread open in case you should need any further help on the topic.
Best regards,
RikardHi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey MIMMT,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardHi,
You could try running this plugin in order to clear WordPress transients: https://wordpress.org/plugins/transients-manager/
If that doesn’t help either then I think you will have to update manually via FTP, there are instructions how to do that in the link I posted above.
Best regards,
RikardHi,
You have an option for that if you click into the element options, check the Tab Symbol option in the Settings tab.
Best regards,
RikardHi Chris,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey poylomat,
Could you try updating the theme to the latest version (4.2.3) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardFebruary 15, 2018 at 6:26 am in reply to: How to put a 3/4 column in the center of the page? #912636Hi Anton,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardFebruary 15, 2018 at 6:23 am in reply to: Change the Post Slider's default arrow icon to custom image #912635Hi,
I think that is being blocked by the browser itself since it’s coming from a different server, did you try loading it from your own server?
Best regards,
RikardHi,
Thanks for the login details, I’m not sure why that is happening though. Did you try to deactivate all plugins to see if that helps? Also, do you have debug active on your installation? https://codex.wordpress.org/WP_DEBUG. We can check for you if you post FTP login details in private.
Best regards,
RikardFebruary 15, 2018 at 6:11 am in reply to: left menu styling and widget need to look the same #912632Hi Tina,
Great, glad you got it working and thanks for the kind words :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
That is not possible since they are in the same element. You could try to wrap them in separate divs though, that means they can be targeted with CSS:
<div id="phone-info-names">Names here</div><div id="phone-info-numbers">Numbers</div>Best regards,
RikardHi,
Great, glad you got it working and thanks to @guenni007 for helping out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey ThomasWitzany,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Yes, a text block would be a good idea for adding html like that. If you want to add anchors then you need to add ID’s to your content. Like so:
<a href="#anchor">Link to anchor</a> <div id="anchor">Content</div>Best regards,
RikardHey ythhj,
Adding CSS like that won’t add the font to the fonts list, but it should apply to your actual site though?
Best regards,
RikardFebruary 15, 2018 at 5:52 am in reply to: Permanent image overlay for (mobile) images with a link #912623Hey Daniel,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardFebruary 15, 2018 at 5:51 am in reply to: Embedding Mediazilla videos to match height & width #912622Hi jimmiesner,
I’m not sure if you need any further help, did you the suggestion posted by @mrjohnson2 help? Thanks for helping out btw @mrjohnson2 :-)
Best regards,
RikardHey tsdesigns,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi Aline,
That will only result in a 404 page, the page doesn’t have a URL since it’s not published yet. If the page is not published you can only preview it.
Best regards,
RikardHey nirvana,
Could you try deactivating all plugins to see if one of them is causing a conflict please? If that doesn’t help then please post admin login details in private so that we can have a closer look.
Best regards,
RikardHey verena_1992,
Could you try updating the theme to the latest version (4.2.3) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardFebruary 15, 2018 at 5:39 am in reply to: Can I create a child theme when my website is already done & adjusted? #912614Hey WindowStories,
That depends on what changes you have made, if you have edited any of the core files like functions.php or any of the CSS files, then you would have to move them to the child. If you have only made settings in the layout builder and theme options then you can export them to your child. If you want to experiment with it then I would recommend that you copy your site to a staging area on the same server or copy it to a local installation.
You can download basic child theme here if you like: https://kriesi.at/documentation/enfold/downloads/
Best regards,
RikardFebruary 15, 2018 at 5:32 am in reply to: Domain Name & Host Migration – Not Working As Expected #912613Hi,
Your child theme settings; after importing them they sometimes don’t reflect on the front end, toggling a theme setting and saving again usually helps though, could you try that out? If you need any further help then please post admin login details in private so that we can have a closer look.
Best regards,
RikardFebruary 15, 2018 at 5:24 am in reply to: Different logo on different-pages when using transparent header #912611February 15, 2018 at 5:23 am in reply to: How to make adjustments to an icon list and buttons #912610Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-18352 .avia-icon-list li { margin-right:0 !important; } .page-id-18352 .sidebar_tab .tab_titles { width: 100% !important; min-width: 200px !important; max-width: 350px !important; }Best regards,
RikardHi Gerhard,
Thanks for the explanation, please try this CSS:
figure.wp-caption.alignleft { margin: 4px 10px 10px; }It looks like you have the same CSS declaration twice, you should probably remove one of them to avoid any confusion.
Best regards,
Rikard -
AuthorPosts
