Forum Replies Created
-
AuthorPosts
-
April 14, 2015 at 6:24 pm in reply to: Changing blog post excerpt and link-back page from single post #428385
Hi mpcastonguay!
1. See here for doing edits to shortcodes in a child theme, https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226.
2. I’m not sure I understand. Can you take a screenshot and highlight what is going on?
Cheers!
ElliottApril 14, 2015 at 6:21 pm in reply to: Page Speed Insights – Google mobile issuse with Enfold theme #428384Hey!
You may need to play around with what scripts get minified or not if your using other caching related plugins. You can do that in Dashboard > BWP Minify > Enqueued Files.
Cheers!
ElliottHey Bjørn!
Your HTML is different so you will need to style it separately. Perhaps something like this.
.header-scrolled .av-main-nav > li:nth-last-child(2) a { transform: translateY(10%) !important; } .av-main-nav > li:nth-last-child(2) a { border: 2px solid black; border-radius: 3px; height: auto !important; line-height: 20px !important; padding: 5px 13px !important; position: relative !important; transform: translateY(80%); }Regards,
ElliottApril 14, 2015 at 6:09 pm in reply to: Move the location of the share icons on single blog page #428377Hi!
Make sure your using the latest version of the theme, 3.1.4. You should be able to see the “Social Share Buttons” element then under the “Content Elements” section.
Next drag a codeblock element to your page and add this inside.
<style type = "text/css"> .entry-footer .av-share-box { display: none; } </style>To hide the other share box.
Best regards,
ElliottHi mymousepad!
I haven’t tested out WP Easy Cart yet but it should be compatible with Enfold.
Our demo content is for WooCommerce though, http://www.woothemes.com/woocommerce/. I would check it out if you haven’t done so already. We spent a lot of time on compatibility with WooCommerce and that is the plugin we use on our demo sites.
Best regards,
ElliottHi endoradigital!
Perhaps this would work for you, https://wordpress.org/plugins/store-locator-le/.
Regards,
ElliottHey!
Add this to the “Custom CSS” field of each layer.
max-width: 60%; font-size: 35px; margin: 0 auto; letter-spacing: 1px; text-shadow: 0px 4px 21px #000; font-weight: 300; line-height: 1.1em; text-transform: uppercase;Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
I do not think so. You could try contacting the plugin authors to see if it’s possible but it would probably take some customization.
Best regards,
ElliottHi Paul!
Create a new page and then set it to use the “Blank – no header or footer” template and then drag a codeblock element to your content and insert your HTML.
Cheers!
ElliottHey!
I don’t see it. Did you remove it?
Best regards,
ElliottApril 14, 2015 at 5:28 pm in reply to: Lose Text Formatting Toolbar When Switching to Enfold from Default Theme #428356Hi!
Your getting a weird javascript error.
TypeError: $(...).pointer is not a function $(pointer.target).pointer( options ).pointer('open');I couldn’t find any information for it online. It looks like your on a fresh install of WordPress correct?
Did you install WordPress manually or use a one click install with your hosting provider? I would try reinstalling WordPress to see if that fixes it. Since you do not have any posts or pages then I would also create a new database during the reinstall just to be sure.
Also, just another thing I noticed is that when I try and view your site it loads a different theme. Do you have the domain pointing to a different server?
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
I viewed your link and clicked on the buttons in the blue color section but they are opening up the forms correctly. Try clearing your browser cache.
Regards,
ElliottApril 14, 2015 at 5:14 pm in reply to: Use Existing Google Map Api For Child Theme Custom Template #428351Hi dmvieira!
It doesn’t matter whether we load the API or if you load it as long as a copy of it is loaded.
When you follow their tutorial just skip this line.
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>Because we already have it loaded.
Cheers!
ElliottHi!
Sorry, there was a typo but it was on my CSS. It should be working now.
Your also using some custom CSS in your child theme though which is hiding the responsive menu button.
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]::before { display: none !important; font-family: "entypo-fontello"; }That will need to be removed if you want the button to display.
Regards,
ElliottHi!
Yes it’s kind of a problem when you use those two together. I don’t think it’s going to be easy to do though. We could just set the arrow background to the overlay as well but the problem with that is the arrow is centered so the two backgrounds will probably not line up perfectly.
I’ll go ahead and add this to our issue list. If our devs cannot find a workaround then we’ll probably change it so you cannot use those two options together.
Cheers!
ElliottHey!
Add this.
.mfp-close { animation: 0s ease 0s normal none 1 running none !important; border: 0 none !important; transform: none !important; transition: none 0s ease 0s !important; }For the main menu links you can style those in Dashboard > Enfold > Advanced Styling.
Cheers!
ElliottHi Biggy!
To use it in a child theme you would just need to copy it to your child theme functions.php file.
if(!function_exists('avia_set_pingback_tag')) { /** * generates the html pingback head tag * @return string the pingback head tag */ function avia_set_pingback_tag($echo = true) { $output = apply_filters('avf_pingback_head_tag', '<link rel="pingback" href="'.get_bloginfo( 'pingback_url' ).'" />'."\n"); if($echo) echo $output; if(!$echo) return $output; } add_action( 'wp_head', 'avia_set_pingback_tag', 10, 0 ); }You can then change it to whatever you need.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
.av-main-nav > li:last-child > .sub-menu { left: auto !important; right: -20px !important; }Best regards,
ElliottHey!
Not sure what’s going on there but try adding this to your custom CSS.
#footer .widgettitle, #footer .widgettitle * { font-size: 18px !important; }Best regards,
ElliottHey bibivandertempel!
Not sure what’s going on there. Have you done customizations?
It looks like your using Enfold 3.1.2 right now. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing this you should be using 3.1.4.
Regards,
ElliottHey!
I flagged this for our devs. They will reply when they get a chance to look.
Regards,
ElliottHi!
I cannot view any of your pages or settings. Can you upgrade the login to admin?
Regards,
ElliottHey yubaba!
I did not see any sliders on your page. Are you trying to add some sliders to your homepage? Simply edit the page and switch to the advanced layout editor and drag whichever sliders you need to your page content. You can then edit the slider element and add your images to display.
You’ll also need to update Enfold. It looks like your using version 3.0.4 right now but the latest version is 3.1.4.
Regards,
ElliottHey baiker!
Try adding this to your custom CSS.
@media screen and (max-width:1000px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Best regards,
ElliottHi Pappasdg!
That would take a lot of time and code and would have to be considered custom work. I would consider using the LayerSlider for this as it has an option for using thumbnails for the navigation.
Best regards,
ElliottHi dennsen!
Personally I have not tested Qtranslate, are you having issues with it?
Officially we only support WPML but we try and get as much plugin compatibility as possible. If your having issues then send us a link and screenshots and we’ll see if it’s something we can fix or not.
Cheers!
ElliottHey jimbatchelder!
Open up /enfold/includes/loop-index.php and around line 12 you should see this.
if (have_posts()) :Add this beneath it.
if(empty($avia_config['remove_pagination'] )) { echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>"; }Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi ujoss!
See here for how to increase the upload filesize limit, https://wordpress.org/support/topic/how-to-increase-the-max-upload-size.
Best regards,
ElliottHi Ashton!
Are you talking about the XML sitemap that the plugin generates at Dashboard > SEO > XML Sitemaps? It seems to be working on my end. Have you contacted the plugin authors? Send us a link and we’ll take a look.
Cheers!
ElliottHey svetkol!
It would probably be best to contact WooCommerce about this. I found this, http://docs.woothemes.com/document/custom-tracking-code-for-the-thanks-page/, which looks similar to what your trying to do.
Cheers!
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
