Forum Replies Created
-
AuthorPosts
-
Hey!
Can you provide some context of what you’re describing? a link to your site would be helpful.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Justin!
I guess you’re referring to the Portfolio Navigation that appears at the sides, as there’s a fullscreen element at the start they don’t show up and it’s because they overlap.
You can remove this rule if you want at functions-enfold.php (404-405):
if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;Cheers!
JosueHey!
If you mean in a Slider or a Gallery yes i think that plugin could the trick as Enfold references Media attachments by their IDs, however there are places where this wouldn’t work because they’re referenced directly by their URL (for example, the Logo / Favicon in Theme Options or an Image embedded in a Text Block).
Regards,
JosueHm, i don’t think we’re talking about the same thing, can you provide screenshots of what you’re trying to achieve? a link to the site would be helpful too.
Regards,
JosueHey!
Try changing the CSS code to:
.avia-icon-list:hover .iconlist_icon{ background-color: orange; }Best regards,
JosuHey!
No, you can’t mix two ALB elements without an extensive customization. However, i think you can achieve that with LayerSlider, there’s an option to have thumbnails show below the main slider.
Regards,
JosueHi,
Can you post the link to your blog please?
Regards,
JosueHi!
Are you using the latest version of Enfold (3.4.7)?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .av_one_fourth{ width: 47%; } }Cheers!
JosueHey!
Try putting a link as the Widget Title:
<a href='http://google.com'>Link</a>Regards,
JosueHey!
Seems WordPress is adding extra p tags to that Text Block, removing any white space between the images could do the trick.
Best regards,
JosueHi!
Media is handled by WordPress, so i don’t see why it would interfere with the theme, have you tried it?
Regards,
JosueCould be because of the
www., make sure it’s correctly set as that in General > Settings.Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The portfolio item permalink can’t be the same as the Page permalink, try changing the permalink of the Page to plural form or similar (ex “projekts”).
Regards,
JosueHey Mirai!
If the font you want to add is a Google font, you’d just need to add the following code to your theme / child theme functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Additional Font'] = 'Additional Font:300,400,700'; return $fonts; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('wp_footer', function() { ?> <div class="sticky_content">Content</div> <?php });And add this to Quick CSS:
.sticky_content{ position: fixed; bottom: 0; width: 100%; text-align: center; padding: 30px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top input[type="submit"], #top textarea, #top select{ font-family: "Lora", serif; }Cheers!
JosueHey Jon!
You can change that in Settings > Permalinks.
Best regards,
JosueHey sjasen!
Can you wrap your code with code tags? or paste it on Pastebin or similar?
Best regards,
JosueHey!
Try changing the code to:
add_action( 'ava_main_header', 'enfold_customization_add_to_header' ); function enfold_customization_add_to_header() { echo '<a href="http://aac.mediax.co.za/newsletter-signup/" class="newsletter_bttn"> <div class="fp-button">Newsletter signup</div> </a>'; }And then add this to Quick CSS:
.newsletter_bttn{ position: absolute; right: 0; }If possible please post a link to the site.
Best regards,
JosueHey BN!
It seems your SSL certificate is not valid to Chrome, i’d suggest contacting your provider regarding this issue.
Cheers!
JosueJanuary 13, 2016 at 11:34 am in reply to: Magazine element in avia builder to link to external site #564541Hey!
You’d need to install a third-party custom meta box plugin, like:
http://www.advancedcustomfields.com/
https://github.com/rilwis/meta-boxThen you’d create a meta field for the custom link (for Posts), which would then be referenced in /config-templatebuilder/avia-shortcodes/magazine.php, line 527:
$link = get_permalink($entry->ID);You’d replace that with something like this (assuming you opted for ACF):
$link = get_field('custom_link', $entry->ID) != '' ? get_field('custom_link', $entry->ID) : get_permalink($entry->ID);Regards,
JosueHi!
– You can place text on a Caption – http://screencast.com/t/q2HLXN8E
– If you need that content to be categorized i’d suggest Portfolio Items as you would have more options to list them (Portfolio, Masonry, etc).Best regards,
JosueHm, try with this:
article p{ text-align: justify; }Regards,
JosueHi @zamappano!
Please create a new thread for your issue, also include an access in private section.
Regards,
Josue -
AuthorPosts
