Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
form.wpcf7-form br{ display: none; } form.wpcf7-form span{ float: left; } form.wpcf7-form{ width: 370px; margin: 0 auto; }Cheers!
JosueWhat browser/device is that?
Best regards,
JosueJune 2, 2014 at 6:10 pm in reply to: How to auto-stop a vimeo video in the full-screen slider? #273379Hey!
You could try something like:
http://stackoverflow.com/questions/6145990/how-to-stop-a-vimeo-video-with-jqueryCheers!
JosueHi!
Here’s how it looks on Chrome for Android:

Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Open js/shortcodes.js and look for line 3816:
if( this.isAnimating || this.itemsCount < 2 ) { return false; }Replace it with:
if( this.isAnimating || this.itemsCount < 2 ) { return false; } if( dir === 'next' && this.current >= this.itemsCount - 1 ) { this._stopSlideshow(); return false; }Best regards,
JosueHey Ritchie!
Try doing a force regeneration:
https://wordpress.org/plugins/force-regenerate-thumbnails/Don’t forget to flush any caching you may have activated.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive .logo, .responsive .logo img { width: 100% !important; max-width: 100% !important; height: 60px !important; } }Result:

Cheers!
JosueHi!
Change the code to:
div .av_one_fourth.column-top-margin { margin-left: 2%; width: 48%; }}Regards,
JosuePerhaps that’s something we may add in the future, if you don’t have any other issues i’ll close this topic for now.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 1, 2014 at 11:14 pm in reply to: Creating a Hyperlink on Text within the Accordion Element – Dialog is hidden #273044You are welcome, always glad to help :)
Regards,
JosueWe can’t unfortunately (see scope section here). But, have you checked if it works with the default WP theme?
Regards,
JosueTry this (replace the last code):
@media only screen and (max-width: 480px) { strong.logo { left: -60px !important; position: relative !important; } .responsive .logo img { height: 60px !important; position: relative; top: 12px; left: 10px; } }Best regards,
JosueHi!
You can upload it to a service like imgur o dropbox.
Make sure you are using the latest version of Enfold(2.8.1)/WordPress (3.9.1). Right now you are using Enfold 2.7, follow this guide on how to update it.
Best regards,
JosueHi,
It’s fixed now (edited child style.css):
http://milestonementoring.com/murphypsychologygroup/Please note that the search thing wasn’t exactly a fix to a “bug” but more of a little customization i made on request :).
Regards,
JosueJune 1, 2014 at 8:30 pm in reply to: Share buttons & related posts not showing under blogpost #273021Hey!
It’s not appearing because your child theme is including an outdated version of the loop-index.php file, i’d recommend to update it using the parent loop-index.php as a base.
Best regards,
JosueIt’s done, check in the front-end and in the theme options page.
I had to move the function to line 16 in functions.php. It wasn’t working because this code was meant to be put in the functions.php file of a hypothetical child theme.
Cheers!
JosueHi!
You have this code in your style.css file:

Regards,
JosueHey!
Try adding this code to the Quick CSS:
div.entry-content > p:first-child { margin: 0; }Cheers!
JosueHi Tony!
1. Put this in your theme functions.php:
add_theme_support('avia_template_builder_custom_css');2. Put all the text inside a Text Element inside a single column (1/1).
3. Assign a class to that Text Element (ex: fluidcolumns).
4. Add this to the Quick CSS:
.fluidcolumns{ -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }Best regards,
JosueHello!
It is possible but it would require some customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey!
Add a Text Widget with this content:
[av_button label='send us a message' link='manually,http://kriesi.at' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue805' font='entypo-fontello' custom_class='']Change as needed.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.cart_dropdown { right: -2px !important; }Cheers!
JosueHey!
Your site is loading fine, took less than 2 seconds to load. To fix the logo issue, add this code to the Quick CSS:
@media only screen and (max-width: 767px) { .logo, .logo a, .logo a img { width: 100% !important; } }Best regards,
JosueYes there is, can you post the link to your website please?
Regards,
JosueHi,
Open functions.php and look for line 101:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesReplace it by this:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>360); // big images for blog and page entriesRegards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
That’s weird, please try re-installing the theme from a fresh copy of Enfold.
Regards,
JosueI though you were referring to this kind of category page:
http://www.tennisgate.com/en/category/coaches_blogs/In your case you could change the code to:
.page-id-5728 span.comment-container.minor-meta, .page-id-5728 span.comment-container.minor-meta + span { display: none; }5728 is the ID of that Page.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
