Forum Replies Created
-
AuthorPosts
-
Hey DJQuad!
You should be able to just add it to a text widget. That is the only code your supposed to use?
Regards,
ElliottHey mrcityrunner!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi haimin!
Go to Dashboard > Enfold and in the left hand menu near the bottom you’ll see a link called “Demo Import” which you can import the demos in there.
Best regards,
ElliottHi Lana!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi!
So that’s happening on a certain page then right? Send us a link to the exact page where it’s happening on so we can check.
I tried looking around your site but could not find it.
Regards,
ElliottHey!
Did you try the CSS I posted? This would work also if your just wanting to move it to the right a bit.
#header .widget:nth-child(2) { transform: translateX(100px); }
Best regards,
ElliottHi!
We have the fullwidth image slider which will use the full width of the page. We also have a “fullscreen slider” which will use 100% of the height and width of the screen.
Best regards,
ElliottHi!
Just use “.blog-categories” as seen in my first post.
Your screenshots have expired so I could not view them.
Regards,
ElliottHi!
I see. Add this to your custom CSS.
a#advanced_menu_toggle { color: black !important; }
Cheers!
ElliottJanuary 23, 2016 at 4:22 am in reply to: Need Header to Stick, not just appear on scroll down #570447Hey!
If your using a caching plugin then be sure to clear it’s cache.
If your still having trouble then send us a WordPress login and we’ll take a look.
Best regards,
ElliottJanuary 23, 2016 at 4:21 am in reply to: Fullwidth slider: call to action button customization #570446Hi!
Use this.
.avia-slideshow-button { font-size: 22px !important; font-family: verdana !important; color: red !important; padding: 20px !important; }
Cheers!
ElliottHi philee!
Add this to your custom CSS.
.iconbox_icon::before { font-size: 30px !important; }
Regards,
ElliottHi rimlightstudio!
Try adding an !important override like so.
a { color: red !important; font-size: 12px !important; }
You may need to add a specifier for which language your using as well. Send us a link to your page and we’ll take a look.
Regards,
ElliottHi bensondesign!
You have some custom CSS which is displaying it on all screen sizes.
@media only screen and (max-width: 2000px) #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
Cheers!
ElliottHi fightforcreativity!
Add this to the bottom of your child theme functions.php file.
add_action( 'wp_head', 'enfold_customization_extra_scripts' ); function enfold_customization_extra_scripts() { ?> <script type=”text/javascript”> document.write(unescape(“%3Cscript src=’//munchkin.marketo.net/munchkin.js’ type=’text/javascript’%3E%3C/script%3E”)); </script> <script>Munchkin.init(‘366-CAT-687’, {“wsInfo”:”j0hRc9jO”});</script> <?php }
Regards,
ElliottHi Poirot!
Copy all of your custom CSS into the child theme style.css file. If some of it does not work then try using the !important override like so.
a { color: red !important; font-size: 12px !important; }
Cheers!
ElliottHi Andreas!
Add this to your custom CSS.
.logo img { max-width: 90%; }
Cheers!
ElliottHi drimendo!
You’ll need to set a custom excerpt when editing the post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
ElliottHi saposkato!
I don’t see any place to put it actually since you have two images inside it. Are you just wanting to hide it on mobiles? If so then add this to your custom CSS.
@media screen and (max-width: 767px) { .avia-custom-sidebar-widget-area { display: none !important; } }
Cheers!
ElliottHi mleonhard!
Thanks for posting your solution. Perhaps that plugin was adding some extra links displaying on top of that menu link.
Cheers!
ElliottHi Poirot!
You cannot. Instead just target that by itself.
.entry-title { color: red; }
Best regards,
ElliottJanuary 23, 2016 at 3:55 am in reply to: Responsive display problem with price list and product list #570433Hey sdesign-web!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) { .av-catalogue-price { position: relative !important; } }
Regards,
ElliottHi royaltask!
That sounds pretty complex. I think you would most likely need to hire a freelancer to help you out with that one.
I’m not really sure I understand what your doing though. Your trying to add a form inside one of the tabs? You could just drag the shortcode into the tab content.
Cheers!
ElliottHey kimogroup!
Edit your homepage and then edit each color section in your page and give it a unique ID (the developer ID option at the bottom). Next when you edit your menu create custom links that point to these IDs as anchors.
For example if you name the first color section as “firstsection” then your link should look like this.
http://www.yoursite.com/#firstsection
Best regards,
ElliottHi getmechamot!
That’s how it should work by default, http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/.
Regards,
ElliottHi Veronica!
Send us a link to the exact page where your using the sidebar menu so we can take a look.
Cheers!
ElliottHey debacqua19!
You can try using HTML inside the cell like so.
<a href = "insert your URL">Click here</a>
If that does not work then build your table and right click your page and view source and copy all of it’s HTML. You can then paste this inside a codeblock element and add the link in that way.
Regards,
ElliottHey Poirot!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi anrue!
1. We don’t have any shortcodes for that. What I would do is just hide it in the layout settings and then add a color section to the page and insert a special heading element inside it to create a similar look.
2. Use a grid row element and set the cells to 1/3 + 2/3 + 1/3 and leave the outer cells empty.
3. You can use the Widget Area element in the layout builder.
4. Not sure I understand. Can you take a screenshot?
Regards,
ElliottHey karldouglass!
You can find that around line 176 in the /enfold/includes/loop-index.php file.
if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'; echo $cats; echo '</span>'; $cats = ""; } echo $title;
Try switching them so the title is on top.
Best regards,
Elliott -
AuthorPosts