Forum Replies Created
-
AuthorPosts
-
Hi!
To do it in all pages just use this.
#layer_slider_1, .avia_layerslider, .avia-layerslider { margin-top: 30px; }
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hey claraelisa!
This one seems to be the most popular, https://wordpress.org/plugins/redirection/.
Besides that you could add your redirects into the .htaccess file manually but I would use a plugin for this.
Best regards,
ElliottHey!
It looks fine on my end though I don’t actually have an iPad to test on. The only problem I noticed was with the 90% / 10% section.
Can you take a screenshot and highlight what your seeing on the iPad?
Cheers!
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi tizmik!
See here, https://kriesi.at/support/topic/search-results-page-questions/#post-413959.
You can switch “is_search” to “is_category(‘test’)” to check for a certain category, https://codex.wordpress.org/Function_Reference/is_category.
Best regards,
ElliottHi!
To the header? You can set the header style to transparent when you edit your page and then drag the fullscreen or fullwidth easy slider to your page content and it will display at the top. You cannot really add one inside the header though.
Best regards,
ElliottHi!
I think you will need to add it to line 330 in the functions-enfold.php file.
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",
Or you could try adding it to the header as a widget area, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then use CSS to position it over the title bar.
Regards,
ElliottHi rolfroyce!
Enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then insert an icon in your page content and the shortcode for it will display in the debug view. You can copy that shortcode and paste it into your footer.
Best regards,
ElliottHi Vincent!
The title is being set correctly.
<title>SEO Services in Kent, London, UK | Sonet Digital</title>
If your using the WordPress SEO plugin then edit the page and in the SEO options you can change the title to whatever you need. You can also change the default title format int he plugin options, Dashboard > SEO > Titles / Meta.
Regards,
ElliottHey!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> tr th, tr td { width: 50% !important; } </style>
Regards,
ElliottHey fightforcreativity!
You can turn that off in Dashboard > Settings > Discussion.
Cheers!
ElliottSeptember 21, 2015 at 5:14 pm in reply to: Testimonials keep disappearing – Now a formal complaint #506539Hi!
We don’t know, when we find a fix we’ll add it in the next update.
Best regards,
ElliottHey!
1. Your wanting the current selected slideshow image to print? I don’t think that is going to be possible unfortunately, not without heavy javascript customization.
2. Are you trying to hide the accordion?
3. Not sure if there is anything we can do about the google maps.
4. Add an ID to your “related projects” section and then add this to your print.css file.
#related_projects { display: none !important; }
Regards,
ElliottHey!
Try commenting out lines 103 – 107 to see if it’s a problem with our JS.
//activate the video api if($.fn.aviaVideoApi) { $('.avia-slideshow iframe[src*="youtube.com"], .av_youtube_frame, .avia-slideshow iframe[src*="vimeo.com"], .avia-slideshow video').aviaVideoApi({}, 'li'); }
This will make it so none of our video features will work though.
Regards,
ElliottHi Ivana!
You can add links to each PDF file and display the links however you want. Or you can zip up the PDF file and link to that if you want the user to download it automatically.
Best regards,
ElliottSeptember 21, 2015 at 4:58 pm in reply to: Layer slider appears in preview mode but not in live ON CHROME #506524Hey franckdumesnil!
Does it still display the same on the frontend? Try creating a new LayerSlider and check that one. Perhaps there is a typo somewhere in yours.
Cheers!
ElliottHey kgbrooklyn!
Try creating a new page and add your content in piece by piece and keep checking the frontend to see which piece is causing the issue.
If your using HTML in a codeblock or textblock element then make sure your closing them properly.
Regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi!
So your trying to change the category permalinks then? WordPress has to change the permalink so it knows to display a category archive instead of the regular shop page. You can change it to something else but it has to be different from the regular shop page permalink.
Cheers!
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi!
Your setting the featured images of these custom post types? The thumbnail is using the featured image of the post. If none is set then it will not display.
Best regards,
ElliottHey Bass!
You can loop through the results like so.
$post_types = get_post_types(); foreach ( $post_types as $post_type ) { if ( $post_type->name == "product" ) { } }
Best regards,
ElliottHi!
Does it work with the official Twitter plugin? https://wordpress.org/plugins/twitter/
If not then it’s most likely that you need to delete / recreate your twitter API key and regenerate new ones.
Cheers!
ElliottHi ibsafe!
It’s because your using one fourths there with the left and right one empty. Try using the grid row element with just two cells instead.
Cheers!
ElliottHey vemaybayanz!
I viewed your link but I’m not sure what your trying to do. Your trying to exclude a product category from your shop page?
Cheers!
ElliottHi anhanhoi!
Not really sure what you mean here but if you want to set the site background to an image you can do so in Dashboard > Enfold > General Styling. Scroll down until you see the background option.
Cheers!
ElliottHi!
Add this to your custom CSS.
.av_font_icon.av-icon-style-border .av-icon-char { border-width: 1px !important; }
If that’s not working then send us a link to your page with the icon so we can take a look.
Cheers!
ElliottHey!
I’m not sure what it could be. I would try looking for a different plugin or let us know what the author says.
Best regards,
ElliottHey Marlon1337!
You can find that in the “Plugin Additions” tab of the layout builder.
You can also use the Woocommerce shortcodes, http://docs.woothemes.com/document/woocommerce-shortcodes/, for displaying add to cart buttons.
Regards,
ElliottSeptember 20, 2015 at 4:22 pm in reply to: Stop testimonials moving rest of page up and down #506047Hi hypnorich!
Would you like to try giving it a set height via CSS? Send us a link to your page and we’ll take a look.
Regards,
ElliottHi webblove!
Add a
[nolink]
to your text in the copyright setting.For the social profiles you can set them in Dashboard > Enfold > Social.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi ramod!
I would try finding a plugin, https://wordpress.org/plugins/search.php?q=promotion+popup.
Cheers!
ElliottSeptember 20, 2015 at 4:17 pm in reply to: Text Block Duplicates "UL" Tag Every Time Page is Saved #506042Hey johncory!
Try updating to 3.4, it’s the latest.
Cheers!
Elliott -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts