Forum Replies Created
-
AuthorPosts
-
Hey!
I’m sorry but we only support the official Chrome browser on Android. It should be the default browser on newer phones.
Best regards,
ElliottHey Hardeep!
I think your code should be working. You could try this as well.
.current-menu-item a { background: white !important; }Other than that we would need to see it in action to troubleshoot what’s going on.
Best regards,
ElliottHi!
You could add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to it and add HTML to display those links.
Regards,
ElliottHey edgelogos!
I checked your site but the images are resizing fine. Take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHey!
Well it’s more advanced but here is a simple example of how to check for a certain page, https://codex.wordpress.org/Function_Reference/is_page.
Cheers!
ElliottHi elliotstiller!
You can increase the header size in Dashboard > Enfold > Header. You can set it’s height to a custom pixel value there as well.
Best regards,
ElliottHi!
Hmm, I’m not sure what you mean. Can you take a screenshot?
Also, keep in mind that if you reply to your own topic it’s position in the queue gets reset so it takes longer for us to see it. Just be patient and we’ll be with you shortly.
Best regards,
ElliottHi Manuel!
That’s going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or as an alternative you might be able to find a plugin that does this sort of thing though I do not know of any that I can recommend.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
Your getting a javascript error which is probably coming from a plugin.
TypeError: $(...).live is not a function $( '.fca_eoi_featherlight' ).live( 'click', function( event ) {Also, jQuery is loading from Google which is not correct. There are lots of plugins out there that do this, are you sure you have deactivated all plugins while testing?
Regards,
ElliottHi Joshua!
You can set the archives to full width layout in Dashboard > Enfold > Sidebar Settings.
Best regards,
ElliottHey haydaw!
Perhaps you could use the :nth-child() pseudo selector. Send us a link to your page so we can take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey!
Glad you got it sorted. I’m not really sure what area / color your referring to. Take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi alexbanaga!
Are you using the latest version of Enfold, 3.2.3, and all plugins are deactivated while testing?
Is it happening in all pages or just a certain page? If it’s just a specific page then try deleting & recreating the page to see if it happens again.
Cheers!
ElliottHey!
I see it. Not sure what’s going on there. Can you update Enfold to the latest version, 3.2.3, and then try the demo import again? Also be sure that all plugins are deactivated.
If your getting the same behaviour after the next import then send us a WordPress login so we can take a closer look.
Regards,
ElliottAugust 4, 2015 at 3:36 pm in reply to: Is there a maximum quantity of images that can be added to the media library? #482756Hi!
Ok, thanks for posting your solution.
Best regards,
ElliottHey PPCHound!
You could add it inside a 1/2 column or something similar or add some CSS to the page to give it a max width. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey kohncreative!
On lines 82 – 83 in the /enfold/config-woocommerce/config.php file you should see this.
$avia_config['shop_single_column'] = 4; // columns for related products and upsells $avia_config['shop_single_column_items'] = 4; // number of items for related products and upsellsYou can switch those to 5 but I think that is the max it will go.
Best regards,
ElliottAugust 4, 2015 at 3:13 pm in reply to: Form will not redirect to a thanks page and only posts a success message on page #482736Hi stephenlevin!
It looks like your using version 3.1.3. Go ahead and update to the latest version, 3.2.3, and then deactivate all plugins while testing to see what happens.
Also, your getting a javascript error for the google analytics tracking code. You need to copy the whole code Google gives you and paste it into the field.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
Send us a link so we can take a look.
Best regards,
ElliottHi!
Sorry, see here, https://kriesi.at/support/topic/remove-and-edit-meta-data-under-post-in-blog-posts-view/#post-482710.
Regards,
ElliottHey!
Maybe something like this in the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_header_scripts' ); function enfold_customization_header_scripts() { ?> <script type = "text/javascript"> jQuery('.steps a').click(function(){ jQuery('.steps a').removeClass('active'); jQuery(this).addClass('active'); }); </script> <?php }Cheers!
ElliottAugust 4, 2015 at 2:48 pm in reply to: Remove and edit meta data under post in blog posts view #482710Hi!
Try this out instead.
$output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; $output .= '<span class="vcard author"><span class="fn">'; $author_id = get_post_field( 'post_author', $the_id ); $output .= '<a href = "'.get_author_posts_url( $author_id ).'">'.get_the_author_meta( 'user_nicename', $author_id ).'</a>'; $output .= '</span></span>'; $output .= '</span>'; $output .= "<div class='slide-meta-del'>/</div>";Cheers!
ElliottHey Rafíyel!
I do not know of any that I can recommend. If anyone has seen such a plugin then please share.
Best regards,
ElliottHi glozemedia!
I see the footer widgets loading on my end. Did you get this sorted? Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHi gorgani!
Can you send us a link to the page so we can take a look?
Regards,
ElliottHi John!
No but you can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to copy the code and paste it in the other website.
Cheers!
ElliottHi paperaino!
I’m sorry but I’m not really sure you mean there.
I logged in and noticed you have a menu created but your not setting it to any of the theme menu areas so perhaps that is what the problem is.

Cheers!
ElliottAugust 3, 2015 at 7:53 pm in reply to: Problem using Google DFP on my site running the Enfold theme #482382Hey Érik!
Hmm, not sure if there is anything we can do about that. We can set the overflow on the sidebar to “visible” instead of “hidden” but then your sidebar would display beneath your main content and even if we did that the image would still be running off the side of the page.
Would you like to hide it on smaller screens?
Best regards,
ElliottHi Sean_Devane!
Please see here, https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Cheers!
ElliottHi berlotti!
Thanks but we are fine with where we are at.
If you are wanting to optimize your site then be sure to crop / scale your images so they are optimized for the web and use a caching plugin. A plugin such as BWP minify would be great to minify the JS / CSS as well.
Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
