Forum Replies Created
-
AuthorPosts
-
Hey!
I think that’s expected, the Google logo links to the map location as coordinates, that’s why you don’t see it in the search bar, for example in the demo page:
https: (Email address hidden if logged out) ,-122.030748,16z?hl=en-US
Regards,
JosueHey Ed!
Just a disclaimer, my first reply was posted here August 10, 2014 at 5:06 am, i guess the problem is that you got the mail notification with some delay.
Best regards,
JosueHi!
I understand that you feel ignored but please understand that that’s not our intention, if another topic gets responded first is mostly because is something we can solve very quickly so we can move to the harder ones, nevertheless we can assure a response within 24 hours during weekdays (this topic was created Saturday, August 9).
Regarding the transparency problem, add this code to the Quick CSS to fix it:
.av_header_transparency strong.logo { background: transparent !important; }Cheers!
JosueHi,
Seems to be a plugin issue, please contact the plugin author regarding this issue.
Cheers!
JosueHi,
Please contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is beyond the support scope we can offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueHey!
Have you checked if those shortcodes work outside of the portfolio preview, on a normal page/post?
Best regards,
JosueHi!
Try adding this too:
ul.products li .inner_product_header { min-height: 135px !important; }Best regards,
JosueHi @cholo!
Please first make sure you are using the latest version of Enfold (2.9.1), then whenever you edit a Page you’ll see a option to make the header transparent under the Layout Options.
Regarding the other thing, where do you want to put this video/slider thing?
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Go to Enfold > General Styling > scroll down to the bottom and look for the Quick CSS textbox, paste this code there:
div#fbSEOComments { clear: both; }Best regards,
JosueAugust 10, 2014 at 10:06 pm in reply to: LayerSlider displaying slide background images zoomed in #302309Hi,
It looks good now. Let us know if there is anything else we can help with.
Cheers!
JosueUn gusto, saludos.
It may be, i’ll let Kriesi know about this.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.language_fr a, .language_en a { padding: 0 5px !important; }Cheers!
JosueHey David!
Try adding this code to the Quick CSS:
.woocommerce-price-suffix .amount { display: none !important; }Cheers!
JosueHi!
Use this code to remove both arrows and bullets on mobile:
@media only screen and (max-width: 480px) { .avia-slideshow-arrows, .avia-slideshow-dots { display: none!important; } }Best regards,
JosueAugust 10, 2014 at 6:02 am in reply to: Titles but no content in a masonry or portfolio grid #302171Hi,
Can you post the link to your portfolio please?
Regards,
JosueHey Richard!
Try adding this code to the Quick CSS:
#top div .avia-gallery .avia-gallery-big { padding: 0 !important; }Regarding the other thing i believe thats because of the different aspect ratios between the images, try adding this code:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img{ max-height: 100px; }Cheers!
JosueAugust 10, 2014 at 5:55 am in reply to: Full Sized Blog Element (Big Preview Pic) post-title entry-title #302169Hi!
1. Try changing the Blog Style in Theme Options > Blog Layout.
2. The post content font seems to be Georgia right now.
Regards,
JosueHi!
The video slide in your homepage is unclickable for me, try adding this code to the Quick CSS though:
.avia-fullscreen-slider .mejs-mediaelement { pointer-events: none; }Regards,
JosueAugust 10, 2014 at 5:47 am in reply to: Contact button on same line as text fields; whitespace separator issue #302166Hey!
Please post a link to your website.
Best regards,
JosueAugust 10, 2014 at 5:41 am in reply to: Masonry for entries custom information in hover caption #302165Hi!
That happens because each masonry entry is a link itself – http://screencast.com/t/GoGcysLx2xK
So, even if you manage to put a link there it won’t work because the wrapper link will be on top of that.
Cheers!
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'tribe_events'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'tribe_events'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','tribe_events'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }That way the ALB and the Layout Options will be available when editing the Events.
Cheers!
JosueAugust 10, 2014 at 5:23 am in reply to: Enfold > Gallery > Limit image display size/hover effect #302160You are welcome, always glad to help :)
Regards,
JosueHi!
If i understood correctly you want to include a WooCommerce shortcode inside a Promo Box element content?
Regards,
JosueHey Thomas!
That’s possible, but it will require some coding, the file to edit would be:
/framework/php/class-form-generator.php
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts
