Forum Replies Created
-
AuthorPosts
-
June 17, 2015 at 1:34 pm in reply to: Using Enfold with vertical (sidebar) main menu to WooCommerce #460739
Hi luckylobo10!
Yes, the cart and everything else will still display.
Cheers!
ElliottHey cerelogic!
It is for users who need complete control over how the post displays. If you want the post to display like a regular post then it would be best to use the default editor.
There are the comments and social widget elements you can use to make it look like a regular blog post.
Best regards,
ElliottHi Claudia!
You can place it in the bottom of the functions.php file or inside your child theme functions.php file.
If it still does not work then try switching it to this.
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( is_single() ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Cheers!
ElliottHi Wils1234!
Add this to a codeblock element in the page content.
<style type = "text/css"> #main > *:nth-child(1) { background: red !important; } </style>Cheers!
ElliottHi annameis!
Add this to your custom CSS.
.social_bookmarks > li { border: 0px !important; }Best regards,
ElliottHi blimps!
I don’t see it on my end. If it’s a slow connection then you could try enabling the page preloader in Dashboard > Enfold > Theme Options. That will give the user time to download the font file and for the browser to apply it.
Best regards,
ElliottHey kalebw!
Yes if I remember right it is around 430px. When you edit the page, edit the color section element and you can see what height is used. It will be either a percentage of the screen height or a custom pixel value that you can set.
Regards,
ElliottHi gmmediadienste!
If your wanting to “connect” the magazine element and the blog posts element so they appear to be in sync then you’ll need to set the magazine element offset to 5 or 6.
Cheers!
ElliottJune 17, 2015 at 1:07 pm in reply to: Slides problem in Explorer with black background when change #460700Hey!
I do not know. We have flagged the topic for Kriesi to take a look though so please be patient.
Best regards,
ElliottHey!
You could try doing this, https://kriesi.at/support/topic/use-avia-js-in-child-theme/#post-230498, to be able to copy the file to your child theme and edit it there.
Cheers!
ElliottHey ferriscreative!
Your talking about when you hover over the images correct? I only see one and two icons being used so I’m not sure I understand. Can you take a screenshot and highlight what your trying to do?
Best regards,
ElliottHi Cory!
Try this out, https://kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header/#post-115984.
Regards,
ElliottHi alfaweb2!
It looks the same to me. Can you take a screenshot highlighting what your trying to do?
Cheers!
ElliottHey Mark_goessens!
Try changing the order on lines 145 – 156 in /enfold/includes/helper-social-media.php.
$default_arguments = array ( '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') ), );Cheers!
ElliottHi siebensiebzig!
I don’t know what the plugin is doing but you can export the Enfold theme options in Dashboard > Enfold > Import/Export and then import them again after you use the plugin.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi a-l-p!
It would be best to hide that and display the responsive menu instead on that screen size. You can do this with the following CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }And then play around with the 900px value to match the size of your ipad screen.
Best regards,
ElliottHey elliotstiller!
Hmm, perhaps the permalinks got mixed up somehow? Try setting the permalinks structure to “postname” in Dashboard > Settings > Permalinks and pay special attention to any messages that WordPress gives you such as the .htaccess not being writable, etc etc.
Also try deactivating all plugins while testing.
I tried logging in but it’s not letting me. Is the information correct?
Regards,
ElliottHi codecreative!
It’s from some custom CSS your using.
#menu-item-230 .avia_mega_div.avia_mega3.nine.units { left: -150px !important; }Try this instead.
#header_main_alternate #menu-item-230 .avia_mega_div.avia_mega3.nine.units { left: -150px !important; }Regards,
ElliottHey Nin0!
It’s something that should be asked in the Woocommerce support but send us a link to your product page and we’ll see if we can add that in with the CSS :after trick.
Cheers!
ElliottJune 16, 2015 at 7:40 pm in reply to: Facebook Icon will not go into my main menu! Despite changing the settings. #460320Hey elliotstiller!
Try adding this to your custom CSS.
#header_main .social_bookmarks { top: 110px !important; } @media screen and (max-width: 767px) { .social_bookmarks { display: none !important; } }If that is not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHey Tokyo!
There is an option for this in Dashboard > Settings > Discussion > Other comment settings.
Best regards,
ElliottJune 16, 2015 at 7:34 pm in reply to: When i edit my home page it deletes a block of content at the bottom #460317Hey elliotstiller!
Sorry for the trouble. This is only happening on that page? Which content exactly is being removed? Can you send us a WordPress login so we can take a closer look?
Regards,
ElliottHey tjswarbs78!
You can use this CSS to have it scroll down the page with you.
#advanced_menu_toggle { position: fixed; right: 20px; top: 90px; }But to get it to behave like the regular menu and hidden until scrolling that is going to take a lot of time and code and would have to be considered custom work for now. Consider adding a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Regards,
ElliottHey lucky13media!
The best way to optimize a WordPress site is to use a caching plugin such as WP Super cache or W3 Total cache. A plugin such as BWP Minify will help in minifying the JS and CSS as well.
That should help with the pagespeed insights.
Regards,
ElliottHi!
Please do not create separate topics with the same issue.
I viewed your new link but I do not see the problem, can you take a screenshot? I did notice that the “About Us” and “Wine selection” sections have a weird background image set. Perhaps your wanting to edit the page and remove the backgrounds for those sections.
Cheers!
ElliottHi SenjaLp!
It’s because some of your words are very long with no spaces or dashes in between. The browser has no idea where you want to “break” the word to the next line. If you would like to just hide the words when they run outside of the cell width then try adding this to a codeblock element in the page.
<style type = "text/css"> td { max-width: 1px; overflow: hidden !important; width: 33% !important; } </style>Regards,
ElliottHi midischool!
Let’s try the following.
1. Deactivate all plugins and clear your browser cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are updated.
3. Activate Enfold instead of the child theme.
If the above three steps do not help then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi Lev!
Make sure your using the latest version of Enfold, 3.2, and that WordPress is updated as well. Also be sure to deactivate all plugins while testing.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi Rémi!
Try this CSS out.
.av-masonry-date { display: none !important; }Best regards,
ElliottHey juanda99!
Can you send us a URL to your page so we can take a closer look? Try deactivating all of your plugins except Woocommerce.
Regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
