Forum Replies Created
-
AuthorPosts
-
Hi!
I see the characters in the google serps but I didn’t see anything unusual with your site source code. Try registering for google webmaster tools, https://www.google.com/webmasters/tools/, and then have it re-crawl your site again.
Regards,
ElliottHi!
Hmm, it didn’t look like you had it installed before but you do now. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHey!
Both domains are responsive for me as well. Perhaps it’s a caching issue on your end Munford.
Regards,
ElliottHi typolay!
Which slider are you using exactly? Can you send us a link to your page?
Cheers!
ElliottHey!
Perhaps some of them are assigned to a different category? Can you send us a WordPress login so we can take a closer look?
Be sure to deactivate all plugins while testing. Also, your using Enfold 3.0.8, you’ll want to update to the latest version, 3.2.2.
Regards,
ElliottHi!
Sure, you would just drag the “Portfolio Grid” element to your page content in the layout builder and then edit it’s settings. Change the “Link Handling” setting to use “AJAX Portfolio”. Next, when editing your portfolio items add your extra content in the preview text field for it to display in the AJAX preview.
Regards,
ElliottJuly 10, 2015 at 3:31 pm in reply to: Force white menu text over dark background (via print.css) #471518Hi calexander!
I’m on Windows 8.1 with latest version of Firefox but it’s displaying white for me. Can you take a screenshot of what your seeing?
Cheers!
ElliottHey!
Send us a link to your page and deactivate all of your plugins and we’ll take a look.
Regards,
ElliottHey susawx!
You can embed videos with our “Video” shortcode. Here is a sample, http://kriesi.at/themes/enfold/shortcodes/video/.
Best regards,
ElliottHey mariajoensen!
Try dragging a codeblock element to that page and add this inside.
<style type = "text/css"> .avia-slideshow { position: absolute; bottom: 0px; } </style>Best regards,
ElliottHi Oceans247!
If you add it as a widget then you would only need to change it once.
Or perhaps something like this would make it easier, https://wordpress.org/plugins/adrotate/.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi denis-lvov!
I’m not familiar with .lo files. The default browser behaviour is probably to display it as text.
If you want to make sure they are downloaded then you can zip them up in an archive and place a URL to the archive in the button instead.
Best regards,
ElliottHi codecreative!
The size does not matter, it will use the full screen. I recommend using youtube or vimeo but if you want to self host your video then yes, MP4 would work.
Best regards,
ElliottHey user877!
That’s not a theme question but yes you can add commas like that. You can learn more about jQuery here, https://api.jquery.com/category/selectors/.
Cheers!
ElliottHi igianni84!
Add this to the end of the field.
[nolink]Best regards,
ElliottHi jdrijver!
Add this to your custom CSS.
.home .header_bg { background: transparent !important; } .home main { margin-left: 0px !important; }For the text box you can try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Regards,
ElliottHi Nathan!
Add this to your custom CSS.
#header_main_alternate { border: 0px !important; } nav.main_menu .menu > li > a { font-size: 16px !important; }Best regards,
ElliottHey Nathan!
Our testimonial shortcode would probably be best, http://kriesi.at/themes/enfold/shortcodes/testimonials/.
Regards,
ElliottHey hobbit1!
You can change the container width in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
ElliottHey ckoulatsi!
You most likely do not need to edit any files. It sounds like your just wanting to move some elements around in the layout builder of the page. Send us a link to your page and take a screenshot highlighting exactly what your trying to do and we’ll take a look.
Cheers!
ElliottHey cthai!
Your sure you did not disable the lightbox linking in the Masonry Gallery options?
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 trouble then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey combra!
It might be possible with some CSS. Send us a link to your page and take a screenshot highlighting exactly where your trying to move them and we’ll take a look.
Cheers!
ElliottHi Oh!
It’s because you have the header set to transparent. If you displayed the breadcrumbs on that page then they would be at the very top beneath your header.
If you set the header style to normal, not transparent, then they should display again.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi finchkelsey!
I didn’t see any javascript errors. Not sure what it could be. Have you contacted the plugin authors?
Regards,
ElliottHi Dannie!
1. You can use those elements in the same page. As for “different styles” you may need to use some custom CSS.
2. You would need to use a plugin for membership features. Something like Wishlist or s2member would work good.
3. You can click on the soccer ball image here, http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/. You can pretty much add video to any of the slider / gallery shortcodes.
Let us know if you have any other questions.
Best regards,
ElliottHi gharding!
Try removing line 132 in the /enfold/css/print.css stylesheet.
.avia-layerslider, .avia-fullwidth-slider{ display: none; }Cheers!
ElliottHi Ad-Min7477!
Not sure if it would be possible to do with a boxed layout. If you set the layout to stretched then you could use a color section or fullscreen slider element.
I’ve seen people use this plugin, https://wordpress.org/plugins/wp-supersized/, to get a video background.
Regards,
ElliottHi tobee_hh!
Open up /enfold/config-template-builder/avia-template-builder/assets/js/avia-modal.js and around line 418 you should see this.
minDate: -0,Change it to this.
minDate: (new Date(2009, 1, 26)), maxDate: (new Date(2020, 2, 26)),And play around with the dates.
Regards,
ElliottJuly 9, 2015 at 5:11 pm in reply to: Blog section in Homepage – Blog titles in H3 – only possible with child theme? #471010Hey Jochen!
Try adding this to your child theme functions.php file.
if(!function_exists('avia_default_title_filter')) { function avia_default_title_filter($current_post) { if(!empty($current_post['title'])) { $heading = is_singular() ? "h1" : "h2"; $output = ""; //$output .= "<{$heading} class='post-title entry-title ". avia_offset_class('meta', false). "'>"; $output .= "<{$heading} class='post-title entry-title' ".avia_markup_helper(array('context' => 'entry_title','echo'=>false)).">"; $output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title']; $output .= " <span class='post-format-icon minor-meta'></span>"; $output .= " </a>"; $output .= "</{$heading}>"; $current_post['title'] = $output; } return $current_post; } }You can try changing the H2 there to H3.
Cheers!
ElliottHi zihuahotel!
You can use this CSS to change the portfolio grid title size.
.grid-entry-title { font-size: 20px !important; }For the extra text, have you considered using the AJAX portfolio? It gives you a nice way to add extra information, sliders, galleries, etc etc, to each portfolio.
Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
