Forum Replies Created
-
AuthorPosts
-
January 12, 2014 at 2:10 am in reply to: How do I match my post font size to normal paragraph size #208514
Hey!
Try adding this code to the Quick CSS:
p { font-size: 12px !important }
Cheers!
JosueThanks for sharing it :)
Cheers!
JosueHey!
What code are you trying to insert?
Try putting it in js/avia.js (at the very end).
Regards,
JosueHi aymanati!
Take a look at this video:
Best regards,
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHey Jonathan,
Please refer to this topic: https://kriesi.at/support/topic/remove-fade-in-for-first-slide/
Regards,
JosueHi,
Open config-templatebuilder/avia-shortcodes/masonry_entries.php and look for line 748:
$this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry container
Replace it by this:
$this->loop[$key]['html_tags'] = array('a href="'.wp_get_attachment_image_src($this->loop[$key]['thumb_ID'], 'full')[0].'"','a'); //opening and closing tag for the masonry container
Regards,
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHey Alex!
Yes, it’s possible, create the progress bar in a different page (using the Magic Wand), and then simply copy and paste the generated code into the tab content field.
Cheers!
JosueJanuary 12, 2014 at 1:26 am in reply to: Featured image appears in blog. How do I remove it. #208497Hey!
Try adding this code to the Quick CSS:
.big-preview.single-big { display: none !important; }
Cheers!
JosueHey Robi!
That’s the Excerpt, you can set it to show here:
Cheers!
JosueHey!
You need to add this line at the beginning (along with the version, author name, etc):
Template: enfold
Best regards,
JosueHi Vedran,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Jagrav!
Try this plugin, it will allow you to insert PHP code inside Text elements.
Cheers!
JosueHey!
Have you tried using a Text element and putting the code being in the Text tab?
Can you post a code example?
Best regards,
JosueJanuary 10, 2014 at 7:59 pm in reply to: Is it possible to make a Masonry gallery not fullwidth? #208142Hi,
Can you post the link to your website please?
Regards,
JosueGlad we could help :)
Best regards,
JosueHi!
You could make it transparent, however it won’t show the body background but the container background.
Cheers!
JosueJanuary 10, 2014 at 1:59 am in reply to: Form datepicker styling, strange white line bottom of screen #207764Hello Jaap,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueJanuary 10, 2014 at 1:51 am in reply to: Two logo images – one for desktop site and one for mobile #207756Hi Vada!
With CSS, you could do something like:
@media only screen and (min-width: 768px) { .logo{ background: url("_DESKTOP_LOGO_"); } } @media only screen and (max-width: 767px) { .logo{ background: url("_MOBILE_LOGO_"); } }
Please provide us with both logos so we can give you a more specific code.
Best regards,
JosueHey!
Tested in Safari 6:
Can you post a screenshot of your view?
Cheers!
JosueJanuary 10, 2014 at 1:45 am in reply to: ENFOLD + Nextgen Widget: Resizing of thumbnails doesn't work #207750Hey!
I think that can be fixed with some CSS code, but i need to see the site live.
Best regards,
JosueJanuary 10, 2014 at 1:44 am in reply to: Is it possible to make a Masonry gallery not fullwidth? #207749Hi fjrichart!
Did you see this topic? https://kriesi.at/support/topic/fullwidth-masonry-boxed-within-stretched-layout/
Your code is right, just remove that ” ID” from the selector.
Cheers!
JosueHi!
Try updating to the latest Enfold version (2.4.5).
Cheers!
JosueJanuary 10, 2014 at 1:35 am in reply to: ENFOLD + Nextgen Widget: Resizing of thumbnails doesn't work #207739Hi,
Can you post a link to your website please?
Regards,
JosueHi!
Try with one of these:
http://wordpress.org/plugins/only-tweet-like-share-and-google-1/
http://wordpress.org/plugins/wp-socializer/They both support shortcode functionality, that way you can put the sharing element wherever you like.
Regards,
JosueHey Dave!
Apparently there is a display: none rule being applied to the form wrapper, try adding this to the Quick CSS:
#gform_wrapper_4 { display: block !important; }
Cheers!
JosueHi Klaus!
Have you tried adding the !important rule?
Regards,
Josue -
AuthorPosts