Forum Replies Created
-
AuthorPosts
-
November 28, 2014 at 8:26 pm in reply to: Enfold Advanced LayerSlider – Layer Slider dynamic content, show post thumbnail #359861
Hey db-studios!
I’m not really sure what your doing there. Can you send us a link and take a screenshot highlighting what is going on so we can get a better idea? You can set your reply as private if you wish.
Cheers!
ElliottHey oestersund!
Open up /enfold/config-templatebuilder/avia-shortcodes/toggles.php and change lines 215 – 216 from this.
$output .= ' <p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></p>';
To this.
$output .= ' <h2 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></h2>';
Cheers!
ElliottHi artspbseo!
You can add your own around lines 146 – 154 in /enfold/includes/helper-social-media.php.
'facebook' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]"), 'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]"), 'gplus' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://plus.google.com/share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')), 'pinterest' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/button/?url=[permalink]&description=[title]&media=[thumbnail]"), 'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]"), 'tumblr' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://www.tumblr.com/share/link?url=[permalink]&name=[title]&description=[excerpt]"), 'vk' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://vk.com/share.php?url=[permalink]"), 'reddit' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://reddit.com/submit?url=[permalink]&title=[title]"), 'mail' => array("encode"=>true, "encode_urls"=>false, "pattern" => "mailto:?subject=[title]&body=[permalink]", 'label' => __("Share by Mail",'avia_framework') ),
But I don’t think that icon is going to be included in the font files. You can try adding one that looks similar by doing this, http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader.
Best regards,
ElliottHey ovau!
Are you sure you have a sidebar selected for the page? It looks like it in your screenshot but it’s hard to tell.
Send us a WordPress login and set your reply as private and we’ll take a look.
Cheers!
ElliottNovember 28, 2014 at 7:37 pm in reply to: Responsive Issues for screens smaller than 13' and larger than mobile #359825Hey!
Thanks for the help cryscryb!
@jlovebomb, Try adding this to your custom CSS.@media only screen and (min-width: 480px) and (max-width: 1200px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Cheers!
ElliottNovember 28, 2014 at 7:27 pm in reply to: Easy Social Share Buttons for WordPress and Enfold #359813Hey jalmz!
We usually do not support third party plugins but go ahead and send us a link to the exact page and take a screenshot highlighting what’s going on and we may be able to offer some alternatives.
Best regards,
ElliottNovember 28, 2014 at 7:23 pm in reply to: Woocommerce New Customer Registration – Send email notification to Admin #359808Hi kaga!
I don’t think it’s a theme issue. Try the fix the user suggested here in the WordPress support forums, https://wordpress.org/support/topic/woocommerce-new-registration-not-sending-email-to-admin?replies=3#post-4374790.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Your getting a javascript error relating to your animated numbers element. I noticed part of it is not counting. Try deleting the element and then add a new default one and save to see if it works. If it does then try editing it so it looked like your old one to see which area is causing the problem.
Best regards,
ElliottHey user877!
That would take a lot of time and code and would have to be considered custom work. The person who created that is most likely using a plugin.
I don’t know of any that I can recommend but I found this Woocommerce extension which looks like it does the same, http://codecanyon.net/item/woocommerce-multistep-checkout-wizard-pro/8674984.
Cheers!
ElliottHi Jörg!
I checked your homepage and it’s displaying fine on my end. Try clearing your browser cache.
Regards,
ElliottHey dmaldonado!
That would take a lot of time and code so it would have to be considered custom work. Also, it would make it less accurate for the end-user. For example he could be viewing the countdown and it says 4 hours for him but in your time it would already be finished.
Cheers!
ElliottNovember 28, 2014 at 6:54 pm in reply to: Any ideas on the best way to create a sliding gallery with a custom background? #359764Hey!
Have you tried using a color section and then place a content slider inside? I think that is the type of layout your trying to create.
Inside the content slider you can click the “Add Media” button to insert your images with a large choice of thumbnail sizes.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Marcelo!
Try adding it to the “HTML / Video / Audio” tab instead of the text tab.
Regards,
ElliottHi lucasvrooij!
Your supposed to put a read more tag in your post, http://codex.wordpress.org/Customizing_the_Read_More.
If you just want to force an excerpt to display instead then add this on line 46 in /enfold/includes/loop-index.php.
if ( !is_single() ) { $current_post['content'] = get_the_excerpt(); }
Cheers!
ElliottNovember 28, 2014 at 6:33 pm in reply to: Show parent page above nested subpages in sidebar navigation #359738Hey!
Yes that will cause problems. The child theme functions.php file should be blank except for this.
<?php ?>
You can then paste the code in my previous post inside those PHP tags.
If your still having problems then download our child theme starter here, http://kriesi.at/documentation/enfold/downloads/, and do the edit in that one.
Regards,
ElliottNovember 28, 2014 at 6:30 pm in reply to: Problems editing or adding product categories and tags on single product page #359737Hi alamedawaterpolo!
Go ahead and update Enfold to the latest, 3.0.4, and then deactivate all other plugins except the main Woocommerce plugin and check to see if you get the same problem.
If you do then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi Pearwcz!
The images that are created are all thumbnails so their filesize will be very small (depending on where your using them, slider images will be larger). In total it should be only about 300 – 500 extra KB per image you upload.
If you still want to get rid of them though then open up /enfold/functions.php and you can find the sizes starting on line 99.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
You can change them there or delete them.
Best regards,
ElliottHi sheetal!
It seems to look fine on my end when using the IE11 emulation mode. Can you take a screenshot of what your seeing?
Cheers!
ElliottHi taikuli!
Yes that is intended. Sticky posts are not compatible with sorting. You can change the query on line 879 in /enfold/config-templatebuilder/avia-shortcodes/masonry-entries.php from this.
$query = array( 'orderby' => 'date', 'order' => 'DESC', 'paged' => $page, 'post_type' => $params['post_type'], 'post_status' => 'publish', 'offset' => $params['offset'], 'posts_per_page' => $params['items'], 'tax_query' => array( array( 'taxonomy' => $params['taxonomy'], 'field' => 'id', 'terms' => $terms, 'operator' => 'IN')));
To this.
$query = array( 'post_type' => $params['post_type'], );
But that will disable a lot of Masonry features.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey MarcG5!
Your currently using Enfold 2.9.2. Update to the latest version, 3.0.4, and let us know when your done.
Best regards,
ElliottNovember 28, 2014 at 5:38 pm in reply to: Contact form not appearing – Easy Slider not appearing #359678Hi brainboxstudios!
Your currently using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done.
Best regards,
ElliottHey Jorge!
What does the code that Google gives you look like?
Is it something like this? https://support.google.com/adwords/answer/1722021?hl=en
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi SphereEvenements!
Your moving your site? See here about using redirects, http://www.wpbeginner.com/wp-tutorials/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo/.
Cheers!
ElliottNovember 28, 2014 at 5:23 pm in reply to: wp-content/themes/enfold/css/dynamic-css.php on line 772 #359664Hey!
Let me know if I can completely delete Enfold and upload a fresh copy, it looks like you have some customization going on. I think that is going to fix the problem. You also have various enfold files strewn about your WordPress directory which need to be deleted as well.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi romano2!
It would be best to use a codeblock element and paste your code in that way. You can view the page source to grab the HTML of your list and then paste it inside the codeblock and add the data-avia-tooltip attribute.
Best regards,
ElliottNovember 28, 2014 at 5:03 pm in reply to: Firefox: Erratic/jumpy portfolio sorting animation #359655Hey!
Send us a WordPress login and set your reply as private and we’ll take a closer look.
Best regards,
ElliottHi!
The labels are being sent with your email but with how your using them that should really be a select or radio button instead. Checkboxes are more for yes / no questions such as.. “Subscribe to our Newsletter?” or “Do you have a coupon?”
Yes I would contact your hosting provider about that. It sounds like a setting on the server.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
You linked me to a different installation than the page in your first link but I logged in and added the
<!--nextpage-->
tag into one of your posts and pages and it’s working fine. It must be a problem with that specific page so try creating a new one and then add your content in piece by piece to see which area is causing the problem.Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Send us a WordPress login and set your reply as private and we’ll take a look.
Best regards,
Elliott -
AuthorPosts