Forum Replies Created
-
AuthorPosts
-
Hi dansmelt!
The problem was that you were using static pages in Dashboard > Settings > Reading. I removed those and then set them up in Dashboard > Enfold > Theme Options and it seems to be working fine now.
Regards,
ElliottHi!
Are you on Mac or Windows? I’m on Windows and the fade looks a bit different from Firefox or Chrome but it hasn’t gotten stuck yet for me.
Best regards,
ElliottHey!
@elgustinjo, Try using a grid row element and delete the second cell so there is just a 1/1 inside. Your content inside the cell will expand full width and you can set a background to the cell as well.Cheers!
ElliottHi hark!
I don’t know of any that I can recommend. Perhaps something like this would work, https://wordpress.org/plugins/media-file-manager/.
I’d be interested in using something like this for my personal site as well. If anyone has any recommendations then please let us know.
Cheers!
ElliottHey icuk!
Hmm, I’m not really sure I understand. I’m not sure what you did but it appears to be working like how you want it. When I scroll down it keeps it’s position until it reaches the top of the screen and then it sticks to the top.
Go ahead and take a screenshot or screencast on how your wanting it to behave and we’ll see what we can do.
Best regards,
ElliottDecember 9, 2014 at 8:45 pm in reply to: Timely Calendar is being scrambled by Latest Update #365588Hi cobalt_blue_1!
Not sure what could be going on there. Try deactivating all of your other plugins except the calendar.
Is it a shortcode your using there? Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey unclemurray!
The section is 450px but your image is 475. If you just want to center it vertically then try adding this to your custom CSS.
.logo_drop { margin-top: 20px !important; position: relative; }Best regards,
ElliottHey Mattias!
The images displayed are set to 260 x 185 but the grid elements are going to use the full width of their container. If you want to make them smaller then you can use 4 columns or drag a column element over and add the portfolio inside it.
Cheers!
ElliottHi Hyperopic!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing those two steps then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi!
1. + 2. Change it to this.
#socket .social_bookmarks > .social_bookmarks_twitter:before { content: "Here is twitter"; float: left; margin-top:10px; }3. Add this.
#socket { height: 50px !important; }Regards,
ElliottHi skywidget!
It looks like you have a color section set on that page and a background image set to the color section.
Cheers!
ElliottHi mcraig77!
Add this to your custom CSS.
#header_meta .avia-icon-pos-left { float: none !important; }Regards,
ElliottHey twhaoske!
They appear to be linking fine on my end. Try clearing your browser cache and check again.
Best regards,
ElliottHey waterwalk!
I tested it on my XAMPP setup and didn’t see any issues. Not sure what could be going on there. Do the images display when you set the blog page?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHi duaneleewo!
Open up /enfold/sidebar.php and on line 44 you should see this.
if($custom_sidebar)Add this right above it.
if ( is_archive() ) { $avia_config['currently_viewing'] = null; $custom_sidebar = null; dynamic_sidebar('archive_sidebar'); $default_sidebar = false; }And then navigate to Dashboard > Appearance > Widgets and create a new widget area called “archive_sidebar” and add some widgets to it.
Best regards,
ElliottDecember 9, 2014 at 7:19 pm in reply to: Woocommerce: How to remove "Show Details" button under product pictures? #365501Hey a3brown4!
Try adding this to your custom CSS.
button-mini-delimiter { display: none !important; } .show_details_button { display: none !important; }Regards,
ElliottHey Sally!
Can you send us a link so we can take a look? You can set your reply as private if you wish.
Cheers!
ElliottHey!
Not sure what could be going on with the SQL error. Let us know what the author says.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I don’t think it’s a problem with the WordPress SEO plugin by Yoast. I took a look and it looks like your color sections are not working properly. I created a new test page and added a color section to it and it’s displaying outside of your #main container when it should be displaying inside. Not sure what could be causing this. Perhaps it’s an ending div,
</div>, being inserted somewhere.Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
Regards,
ElliottDecember 9, 2014 at 6:20 pm in reply to: Trouble with Yoast Video SEO plugin on Enfold Theme #365444Hey!
I took a look but it doesn’t look like it’s going to work with our video shortcode. What our shortcode does is just wrap the video into the wordpress embed shortcode. What I recommend doing is check out some of their supported plugins, http://kb.yoast.com/article/94-supported-plugins-of-the-video-seo-plugin, and use one of them.
Or just copy the embed code from youtube, vimeo, and add it to your content. The plugin will see the embed code fine.
Cheers!
ElliottHey!
Let us know if this works for you, http://kriesi.at/documentation/enfold/enable-deeplinking-to-the-portfolio-ajax/.
Cheers!
ElliottHey jettonjr!
I’m gonna take a look at this and see if we can get something worked out. I’ll let you know what we find.
Best regards,
ElliottHey!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css"> .container .content { padding-top: 0px !important; padding-bottom: 0px !important; } </style>Cheers!
ElliottHey!
Oh I see. Try adding this to the bottom of your functions.php file.
add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' ); function enfold_customization_change_popup_size( $size ) { return 'fullsize'; }Best regards,
ElliottHey mattb1169!
I waited around for a bit but the testimonials worked fine. What browser are you using?
For the RSS try adding this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_rss_newtab' ); function enfold_customization_rss_newtab() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.rsswidget').attr('target', '_blank'); }); </script> <?php }Cheers!
ElliottHey!
It appears to be a problem with your menu. Try creating a new menu and set it up link by link to figure out what is breaking it.
Best regards,
ElliottDecember 9, 2014 at 4:13 pm in reply to: Trouble with Yoast Video SEO plugin on Enfold Theme #365400Hi camikazee!
I sent you an email. Not sure if we will be able to get this working or not but send us the plugin and we’ll do some testing.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
First off I would try switching all of the “$” in your javascript code to “jQuery”. And then send us a WordPress login so we can take a look.
Cheers!
ElliottHey!
We support the major browsers, Chrome, IE, Safari, Firefox, Opera. They are the most standards compliant.
Is the browser called, “Android Browser”? I think that is an old browser and I do not have it on my Nexus 7. I would try and get them to download the Chrome or Firefox browser for Android. I’ve never used older Android devices before but I think with new devices nowadays the Chrome browser is the default.
Cheers!
ElliottHey wrongjon!
It looks like it’s from some CSS in your child theme.
.grid-col-3 .grid-loop-1 { margin: 15px 15px 15px 0; }What happens when you activate the parent theme? Be sure to deactivate all plugins while testing and if your still having problems then send us a WordPress login and we’ll take a look.
Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
