Forum Replies Created
-
AuthorPosts
-
March 27, 2015 at 9:17 pm in reply to: front shop homepage – shop by categories and Featured products #419622
Hey marcacer!
Your referring to the WooCommerce widgets correct? Can you send us a link to your page so we can take a look?
If you navigate to Dashboard > Appearance > Widgets you can switch out the widgets with something else for the sidebar your page is using.
Best regards,
ElliottHey robertscott!
Drag a codeblock element to your page and add this inside.
table { border: 1px solid white !important; }Best regards,
ElliottHi Beggers!
If you have the font files then you’ll need to upload them to your server and then apply CSS to use them. Here is a good tutorial, http://www.miltonbayer.com/font-face/.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi Santos Ramos!
I’m sorry but I’m not sure I understand. Can you send us a link to your page so we can get a better idea?
Regards,
ElliottMarch 27, 2015 at 8:48 pm in reply to: Enfold and Wp-Types Views Content Template not playing well together #419603Hey!
Ok, thanks for posting your solution.
If your wanting to remove certain elements from the loop then the file your wanting to look at is /enfold/includes/loop-index.php and you can use this function to check if it’s a certain post type in the loop.
if ( get_post_type( $current_post['the_id'] ) == 'post_type' ) { }Or you could also use CSS.
.post-your_type_here .post-title { display: none; }Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
I’m sorry but I’m not sure I understand. Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
Try adding this to your custom CSS.
aside .widget_nav_menu > ul > li.current_page_item > a { background: none repeat scroll 0 0 #f0f0f0 !important; border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; border-top: 1px solid rgba(0, 0, 0, 0.2) !important; left: -65px !important; padding-left: 65px !important; position: relative; }Cheers!
ElliottHey!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottMarch 27, 2015 at 8:12 pm in reply to: code needed for masonry sort feature, to display shorter tag names #419588Hi!
Try this out.
.greater-portland-casco-bay-lobster-rolls_sort_button .inner_sort_button > span { display: none; } .greater-portland-casco-bay-lobster-rolls_sort_button .inner_sort_button::before { content: "Here is a custom tag"; }Regards,
ElliottHi!
It’s working fine on my end. Make sure you check the “Escape HTML Code” option in the codeblock element.
Regards,
ElliottMarch 27, 2015 at 6:52 pm in reply to: Accordian Slider Background size when title set to "display everywhere" #419551Hey sarahdimeo!
Add this to your custom CSS.
.aviaccordion-preview { width: 100% !important; } #top .aviaccordion-preview-title { padding: 2% !important; }Regards,
ElliottHi abartels!
There are lots of ways a user can download images from your site so there is not really much you can do about this. Some people add watermarks to their images and some people try using plugins to disable right clicking but that’s not going to stop people who are serious about downloading your images.
It’s not a “theme” issue. It’s just how the internet works. If your offering your images to sell or something like that then I would consider using watermarks and zipping up the originals and then use WooCommerce to process orders. Or you could do a membership plugin such as s2member or Wishlist so only registered users have access.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Yes, add a codeblock element to your page and add this inside.
<style type = "text/css"> #av-masonry-4 h3 { font-size: 12px !important; } </style>If you set the title and excerpt to display on hover it should automaticaly display on mobiles by default. We have it setup like this because you cannot really “hover” on mobiles.
Cheers!
ElliottHi!
1. Like Yigit said you just change the width in the second part of his code.
.av-main-nav ul { width: 100px; }If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
2. It sounds like your trying to do this.
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx { padding-right: 0px !important; }Best regards,
ElliottHey alfaweb2!
First off change your header layout to logo left and menu right and let us know when your done and we’ll give you some CSS to use.
Regards,
ElliottHi nathancole!
It’s loading good for me. The errors you provided seem to be related to a plugin. Try deactivating them all to see if the problem pops up again.
Cheers!
ElliottHey alfaweb2!
Hmm, I’m not sure if there is an easy way to go about that unfortunately. You could do some CSS like this.
#header .avia_mega_div { width: 100vw !important; left: -60px !important; }But it’s not going to really be fullwidth.
Regards,
ElliottHi!
I’m not sure I understand. Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea. You can set your reply as private if you wish.
Cheers!
ElliottMarch 27, 2015 at 5:45 pm in reply to: Email Obfuscation by Cloudflare is not working anymore #419495Hi Kimberlyjo!
I see a javascript error on your site which is probably causing the problem.
How does it work? Is it a shortcode your using? Paste the code here and we’ll take a look.
Best regards,
ElliottHi broodjekaas!
You could do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add it in as a text widget.
Cheers!
ElliottHi!
Did you make sure to create a folder named “js” in your child theme and copy the avia.js file into it?
Best regards,
ElliottHey!
Try logging out and clear your browser cache and then login as my user to see if it displays for you.
Cheers!
ElliottHey!
The video is ITG-Video-background.mp4 correct? It’s not going to load on mobiles. You can view your site in Firebug and see that it gets aborted on small screens but when you view on a large screen it will continue to load.
Cheers!
ElliottMarch 27, 2015 at 5:18 pm in reply to: Add text and change colour overlay on masonry gallery and regular gallery #419433Hi Sarah!
Remove your CSS and try this out.
.main_color .container .av-inner-masonry-content { height: 100%; padding-top: 20%; width: 100%; background: rgba(255, 0, 0, 0.4); } figcaption { opacity: 0; } a.portfolio:hover figcaption { opacity: 1; }Best regards,
ElliottMarch 27, 2015 at 5:08 pm in reply to: Enfold 3.1.1 – display issues in share section for ALB posts + search icon #419420Hey!
You have their color set to white. Use this CSS to set them back to black.
.entry-title a { color: black !important; }Cheers!
ElliottHi!
This is kind of difficult to do. It’s most likely going to take a lot of CSS but the code I posted above should make it “sticky” in a basic form. Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottMarch 27, 2015 at 4:58 pm in reply to: Viewing tables on mobile devices – confusing order of items displayed #419407Hi!
Perhaps you have a typo in your CSS somewhere. Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey!
1. I think what your wanting to do is this.
.template-blog .pagination { top: -30px !important; }If that’s not correct then take a screenshot and highlight exactly what your trying to do.
2. Hmm, from I saw on your site your using the “single author big preview” style. If you setup your blog style in Dashboard > Enfold > Blog Layout then your archives should be using that style as well.
3. Yes, you could use this CSS.
article .big-preview a { max-width: 50% !important; }Best regards,
ElliottMarch 27, 2015 at 4:41 pm in reply to: 3.1.1 upgrade has put sidebar in woocommerce product pages #419392Hi!
@DigitalEssence, Your product loop looks very odd. Are you using a plugin for that? If so then you’ll need to contact the plugin authors. Otherwise send us a WordPress login so we can take a closer look.
@wsnider28, If your using the latest version of Enfold then you can switch to the advanced layout editor when editing your product and set the layout to no sidebar. You can then design how your product displays with our layout elements.Cheers!
ElliottHi!
I see the form but I don’t see the testimonials. I think setting a custom height to the section like Josue suggested would be the best workaround. Go ahead and add them back in and we’ll give you some custom CSS to set the height for mobiles.
Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
