Forum Replies Created
-
AuthorPosts
-
Hi!
Could be a browser extension / add-on he is using.
Best regards,
ElliottHi!
Add this.
@media screen and (max-width: 767px) { #av_section_1 main { padding: 0px !important; } }
Best regards,
ElliottHey!
Perhaps your talking about custom reports, https://support.google.com/analytics/answer/1151300?hl=en. I would try posting on the Google support forums, they will be able to help you out better.
Regards,
ElliottHi!
It starts to work when I activate Enfold instead of your child theme. Also, I would delete the extra copy of Enfold you have there.
EDIT: Also, there is an issue with the latest version of WordPress it looks like, https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212, so you can try the fix out there or wait for the next WordPress update and it will probably be fixed then.
Cheers!
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey!
Around line 127 in the /enfold/functions.php file you should see this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
Try changing it to this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false); // big images for blog and page entries
And then regenerate your thumbnails using this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottHey!
You can send us a WordPress login and we can take a look but I would try contacting gravity forms support to see if they have an idea on what it could be first off.
Cheers!
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hi fvdwei!
Hmm, not sure I understand. Can you take a screenshot highlighting what your trying to do?
Best regards,
ElliottFebruary 2, 2016 at 3:43 am in reply to: Select Element: Preselect option based on URL in CF7 #576200Hey YomStar!
It’s possible but it would take a lot of time and code to implement. If you do not want to hire a freelancer then I would check out the gravity forms plugin. They might have this feature.
Best regards,
ElliottHi Juliandaddy!
Your site is timing out for me. Try this CSS out.
.pricing-table li { min-height: 85px; }
Regards,
ElliottHi Marc!
You’ll need to do #2, create an excerpt on the post and it will be used on the blog page. We cannot display the regular shortcodes because what happens if you use a fullwidth element on the post? etc etc
Best regards,
ElliottHey fusedmanagement!
You can use our grid style to display them in columns like that. As for getting the titles to display on top of the images try this out.
h3.slide-entry-title.entry-title { position: absolute; top: 0px; padding: 10px; color: red !important; }
Cheers!
ElliottHey eparkerswe!
Have you considered trying the layerslider out? You can customize everything about the slide.
Regards,
ElliottHi knoche9343!
Add this to your custom CSS.
#js_sort_items { padding: 10px !important; }
Cheers!
ElliottHi Peter!
I don’t see an easy way of going about that. You would need some custom javascript.
You might be able to retailor this one, http://kriesi.at/documentation/enfold/enable-deeplinking-to-the-portfolio-ajax/, so it works with the sort links. All it does is grab a variable from your URL and then uses that to click on a link via javascript.
Best regards,
ElliottHey lodgingmetrics!
1. You just need to edit the page and then edit the first color section in the page content. The images are set as the color section background.
2. Check your server error logs to see if there is any useful error information there.
Best regards,
ElliottHey worldfuturecouncil!
You could try clicking on the “Use the description to create a text block” checkbox on a link in the column and then insert some HTML so it looks similar to adding another title. Maybe something like this.
<span class="mega_menu_title heading-color av-special-font">Second title</span>
Regards,
ElliottHi mmsdev!
That would take a lot of time and code to implement and would have to be considered custom work. I do not think a plugin would help in this case so it would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi dalboslampen!
Add this to your custom CSS.
.tab_titles > div { padding: 10px 30px !important; font-size: 14px !important; }
Regards,
ElliottHey Sergio!
Your site is loading very slow for me. Have you tried deactivating all plugins and activating just Enfold instead of your child theme?
Best regards,
ElliottHey lobanja!
1. Not really sure what you mean here. They are displaying on the right hand side on my end. Can you take a screenshot?
2. You can create this manually with a text widget. Here is some HTML to get you started.
<h3>Author</h3> <img src = "URL to your image" /> <p>Here is a paragraph of text</p>
Cheers!
ElliottHey schenkco!
Add this to your custom CSS.
.avia-caption-title { margin-bottom: 0px !important; }
Regards,
ElliottHi woozulu!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
If it’s just a simple list your using then you could do this, http://stackoverflow.com/questions/76564/is-there-an-easy-way-to-change-the-color-of-a-bullet-in-a-list.
Cheers!
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey Guilherme!
You mean you want to create your own page builder element? It would be best to hire a freelancer to help you out with this customization as it would take a lot of time and code to do.
Regards,
ElliottHey Giuliano!
You could add some color sections to your page and give them unique IDs in their settings and then add the blog posts element inside each of them to display the categories.
You could then create custom links in your menu to point to these color sections. You would create their URLs like this.
http://www.yoursite.com/page#colorsectionID3
Regards,
ElliottHi doug123!
You can add the Woocommerce widgets to your sidebar to filter your products. For sorting that is pretty complex and would have to be considered custom work. Perhaps a plugin / extension would help. I did a quick search and found this, http://codecanyon.net/item/sorting-woocommerce-pro/5771321.
Best regards,
ElliottHey Coronacom!
It depends on how many columns you have set. They will expand to fit inside the container.
For example if you use two columns then the images will be half of the maximum container width value you have set.
Best regards,
ElliottFebruary 2, 2016 at 2:35 am in reply to: Inserted Read More Tag in text block; not working in preview #576166Hey ANichol34!
Your talking about the page preview? You have not published it yet? I would try publishing the page first to see if that fixes it.
Best regards,
ElliottHi AirstreamCoach!
You could set the cells of the grid row element to 1/4 + 1/2 + 1/4 and leave the 1/4 empty. Something like that might work.
If your trying to have it conform to the maximum container width value though you’ll want to use a color section instead.
Best regards,
ElliottHey abundancing!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to your header widget area.
Best regards,
ElliottHey bensondesign!
First off update Enfold to 3.4.7. It looks like your currently using 3.4.2.
After that try adding this to your custom CSS.
.logo { display: none; } .header-scrolled .logo { display: block !important; }
Best regards,
Elliott -
AuthorPosts