Forum Replies Created
-
AuthorPosts
-
Hi!
If you apply the code i provided, you’ll get this:

#top .sidebar .image_size_widget .news-thumb, #top .sidebar .image_size_widget .news-thumb img { width: 100% !important; height: auto !important; }Regards,
JosueYou are welcome Anne, always glad to help :)
Regards,
JosueChange the code to:
@media only screen and (min-width: 1024px) { .av-main-nav ul { width: 230px; } }Best regards,
JosueGlad it worked Jeff, feel free to share it :)
Best regards,
JosueHey!
What i did was simply reset the permalink setting in Options > Permalinks.
Cheers!
JosueThat normally happens when you paste the code directly from the mail message, the quotes get transformed into characters codes.
Regards,
JosueThis reply has been marked as private.Hey!
Try adding this code to the Quick CSS:
.tab_content { overflow: hidden !important; }Cheers!
JosueHey!
Seems to be fixed on your blog page now:
http://diaconaalsteunpunt.nl/nieuws/Best regards,
JosueWe would need to see the website live in order to debug it, please reply back to this topic once you gone live.
Best regards,
JosueHey!
Yes there is, now you have this option after you activate a child theme:

It would be better to replace just the modified parts of those files, if you simply put the outdated one there it may cause some conflicts with other updated ones. For example, the change i made in shortcodes.js is just a little piece of code that should be put inside the calc_height function located around line 1932.
Cheers!
JosueDone:
http://nt-technologies.com/WJH/Change the link here (at the very bottom):
http://nt-technologies.com/WJH/wp-admin/theme-editor.php?file=functions.php&theme=enfoldCheers!
JosueHi!
I’m not seeing the RSS widget on your website.
Cheers!
JosueYes, follow this guide on how to setup a Child theme:
Once you done that, let me know which are these 3 files so i can tell you how to include them in your child theme.
Regards,
JosueHey!
You can install this plugin:
https://wordpress.org/plugins/solid-code-theme-editor/Or do it via FTP.
Regards,
JosueYou are welcome.
1. Yes it will, but i’ll report this ‘issue’ so it will probably be fixed in future updates.
2. As far as i know it shouldn’t, but please do some testing and report here if you encounter something unexpected.
3. Yes, you can delete that.
Cheers!
JosueHey!
If you haven’t touch any theme file it’s totally safe to update, check this article for a reference:
http://kriesi.at/documentation/enfold/updating-your-theme-files/All the data and settings are stored in the database.
Regards,
JosueHi!
The thing is that the fullscreen slider with bottom arrow is intended to work as the first element only, however i was able to find a workaround, (modified js/shortcodes.js, line 1958-1970):
http://www.3loptest.dk/Best regards,
JosueHey!
Please update the theme to its latest version (2.7.1).
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueThat size is ok, but i think is the actual source image that looks stretched:
http://stirlingplusana.abconsulting.co/wp-content/uploads/2014/05/PL-logo.jpgCheers!
Josue80×80 or 180×180 will do fine.
Cheers!
JosueHi Neil!
Please try increasing the WP_MEMORY_LIMIT to 256M.
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueWhen i try to login to http://www.stirlingplusana.net i get redirected to http://stirlingplusana.abconsulting.co/
I think there is a missing setting you need to change in Settings > General (WordPress URL).
Regards,
JosueHi!
I was able to insert a picture in a Page without issues (used the Add Media button):
http://stirlingplusana.abconsulting.co/testCould you please detail in which circumstances are you experiencing the issue?
Regards,
JosuePlease post the login information again privately, i had to remove it from your first post because it was public.
Cheers!
JosueHey!
Please post the URL of the website and the login information in a private reply.
Regards,
JosueHi!
You can hide them with CSS, create the page with the blog element of your preference then post a link here so we can provide you with the proper code.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou could do the following: put the first slide as a background image in a separate color section (with an ID of mobileimage), then add this to the Quick CSS:
@media only screen and (max-width: 767px) { #mobileimage{ display: block; } #full_slider_1{ display: none; } } @media only screen and (min-width: 767px) { #mobileimage{ display: none; } }So, now in smaller screens the mobileimage section will appear and the slideshow will disappear.
Best regards,
Josue -
AuthorPosts
