Forum Replies Created
-
AuthorPosts
-
You are welcome, always glad to help :)
Regards,
JosueHi,
Can you post the link to the page where you have this gallery please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconlist_title, .iconlist_content{ font-size: 15px; } .iconlist_title { font-family: "Coda"; } .iconlist_content { font-family: "Arimo"; }Cheers!
JosueShelley, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Ronald,
Open /config-templatebuilder/avia-shortcodes/contentslider.php and look for lines 344-346:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup>" : ''; $output .= (!empty($link) && !empty($title)) ? "<a href='{$link}' $blank title='".esc_attr($title)."'>".$title."</a>" : $title; $output .= !empty($title) ? '</h3>' : '';Replace them by this:
$output .= !empty($title) ? "<div style='margin-top: 0;' class='av-special-heading av-special-heading-h3'><h3 class='av-special-heading-tag slide-entry-title entry-title' $markup>" : ''; $output .= (!empty($link) && !empty($title)) ? "<a href='{$link}' $blank title='".esc_attr($title)."'>".$title."</a>" : $title; $output .= !empty($title) ? '</h3><div class="special-heading-border"><div class="special-heading-inner-border"></div></div>' : '';Regards,
JosueHi,
Can you post the link to the page(s) where you want to insert this please (and where)?
Regards,
JosueJune 21, 2014 at 6:34 am in reply to: Insert/Edit Link dialog displays behind Text Block dialog, can't add link #281868Hi!
There isn’t, the only workaround is to downgrade Enfold but you’d need to have an older version of the theme.
Best regards,
JosueHi!
Try this solution too:
https://kriesi.at/support/topic/wordpress-seo-yoast-theme-updates-too-many-redirects/#post-281266Cheers!
JosueHi!
Try this solution:
https://kriesi.at/support/topic/wordpress-seo-yoast-theme-updates-too-many-redirects/#post-281266Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.img_center_sidebar{ margin-left: 0 !important; }Cheers!
JosueHi,
Can you post the link to the website please?
Regards,
JosueHi!
None of the shortcodes that are appearing in the link you posted are Enfold shortcodes. The Enfold dummy content gets imported in Enfold > Import/Export > Import dummy data.
Regards,
JosueHi Joe,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header .avia_mega_div { left: 0 !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.container_wrap { z-index: 10; }Cheers!
JosueJune 21, 2014 at 5:57 am in reply to: Howto change image shown when pointing to your website inside a facebook post? #281852Hey!
Try adding this code to the Quick CSS:
h1{ color: red !important; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHello Shelley,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
I think doing such complex form using the built-in Enfold form element is not doable, you’d be better using a specialized plugin for that:
http://wordpress.org/plugins/contact-form-7/
http://www.gravityforms.com/Regards,
JosueHey!
Try adding this code to the Quick CSS:
.single .post_title { display: none; }Cheers!
JosueHey!
That’s not exactly a “transparent” header, i think it would be better to use an image background, you can use a code like this in the Quick CSS:
.header_bg{ background: url(_img_url_) top center no-repeat transparent; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueDone:
http://www.crestedbuttecomputers.com/dev/gravitygroms/Refresh a few times to see the change. I modified js/avia.js:447 and js/shortcodes.js:4105
Best regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Could you detail what did you edit in section.php? so i can try to replicate this on my install.
Best regards,
JosueJune 20, 2014 at 9:20 pm in reply to: Facebook Plugin not working… Slider background too big in responsive #281798Hey!
1. 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 offer. You can also contact a developer to help you debug the plugin.
2. Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .avia-slideshow { margin: 0; } main.template-page.content.twelve.alpha.units { margin-bottom: 0; } }Best regards,
Josue -
AuthorPosts
