Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHey!
Your logo has white space at the left, you can use this code if you don’t want to remove that:
@media only screen and (max-width: 767px) { .logo img { left: -20px; position: relative; } }Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { border: 0; } .responsive #top #header_meta .social_bookmarks li{ color: gray; } @media only screen and (max-width: 767px) { #header_main{ padding-bottom: 20px; } .responsive .logo{ float: none !important; width: 165px; margin: 0 auto; } }Cheers!
JosueHey!
Please update the theme to the latest version of Enfold (3.0), and updated version of LS was included in this release.
Best regards,
JosueOctober 3, 2014 at 3:52 am in reply to: Problem after updates WP and Enfold – website broken #329428Glad your problem is solved @bjacoby :)
Cheers!
JosueHi!
I’ve uploaded the newer version of Enfold to your installation, your current theme has not been replaced, it’s a new theme called “Enfold Test”, you can toggle it to see if your issues get fixed.
Cheers!
JosueHi!
It’s in /enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php, line 36:
$slides['properties']['attrs']['skinsPath'] = dirname(LS_Sources::urlForSkin($skin)) . '/';Try changing that to:
$slides['properties']['attrs']['skinsPath'] = 'http://beta.geology.utah.gov/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/';Regards,
JosueHey!
Add this too:
.comment_meta_container, .comment_container { max-width: 1130px !important; margin: 0 auto; padding: 0 20px; }Feel free to request this as a new feature here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueHey!
Your website isn’t loading for me, i’m getting this message:
Multiple Choices
The document name you requested (/index.php) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:/index.html (common basename)
I tried both http and https.
Cheers!
JosueOctober 3, 2014 at 1:00 am in reply to: Problem after updates WP and Enfold – website broken #329371Hey @pede1!
The top gallery image is showing on my end, regarding the testimonials image try increasing your PHP memory limit to 256M or more:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueJust to discard, have you tried disabling all third-party plugins to see if it gets fixed?
The root of the issue is indeed the \u thing in the skinsPath declaration but it is weird that your site builds the URL like that:
beta.geology.utah.gov/wp-contentE:\www\ugsweb\wp-content\themes\enfold\config-layerslider\LayerSlider/static/skins/
It should be just:
beta.geology.utah.gov/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/
Regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi!
You are not using the same version of Enfold on both sites, one is using 3.0 and the other 2.9.2, that’s why they look different and yes, there is a new element (3.0) that allows you to insert a fullwidth menu wherever you want.
Regards,
JosueHi!
My mistake, i was looking at a slightly older version of Enfold.
Regarding your issue, i tried checking it again but it no longer has a LS slider on the homepage.
Cheers,
JosueHi!
To remove categories:
.blog-categories{ display: none; }I don’t see author displaying on your blog right now.
Best regards,
JosueHi!
Yes, it should be there – http://i.imgur.com/m2lHa4S.png
I’d suggest re-uploading the theme again via FTP.
Best regards,
JosueHey!
Try changing the $skinpath directly in /config-layerslider/LayerSlider/init.php, line 41:
$skinpath = $GLOBALS['lsPluginPath'].'skins/';Best regards,
JosueHi!
Can you paste the full code you are using to enqueue the custom script?
Please read the Codex article on how to use is_admin:
http://codex.wordpress.org/Function_Reference/is_adminRegards,
JosueHey!
Yeah that’s not something to worry about to be honest, the only ones who do that are people testing their site responsiveness :)
Regards,
JosueHi!
Can you check if this happens with all LS sliders? try creating a new LS test slider and put it on a new page and check if the issue persists there too.
Cheers!
JosueOctober 2, 2014 at 5:41 pm in reply to: Contact form – user's email address is used as the from email #329122Hi!
Using a child theme and putting the code in its functions.php would be ideal and update-proof, alternatively you can use this plugin to store custom functions separated from the theme files.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueOctober 2, 2014 at 5:38 pm in reply to: avia_post_nav function not cycling categories even when set to "true" #329117Hey!
It should work, make sure your portfolio items don’t share the same parent category. Can you post a link to your install?
Best regards,
JosueHi!
Ok, try commenting/removing line 1297 and 1319.
Cheers!
JosueHey!
Use an is_admin condition to prevent it from load it on the backend:
if(!is_admin()){ }Regards,
JosueIf your site works fine then it’s not something to worry about, seems to be a common issue with that plugin and child themes:
https://wordpress.org/support/topic/plugin-not-detecting-load_theme_textdomain-in-child-themeRegards,
JosueSeems to be a problem with LayerSlider, mind create a new topic? please include a WP temporary account in the private content.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Can you post a link to the page where you are trying this?
Best regards,
JosueHi!
You are using Enfold 2.4.2 which is not compatible with WP 4.0, updating (via FTP) the theme to the latest version will fix this issue.
Best regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
