Forum Replies Created
-
AuthorPosts
-
Hi,
Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line (460-461):
$output .= apply_filters('avf_portfolio_extra', "", $entry); $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";Replace it by this:
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">"; $output .= apply_filters('avf_portfolio_extra', "", $entry);And add this to the Quick CSS:
.grid-entry a[rel='tag'] { text-transform: uppercase; float: left; }Regards,
JosueJuly 19, 2014 at 6:10 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293417Yes, that appears to be. Try purging the cache again.
You are welcome, always glad to help :)
Regards,
JosueHi!
Final code should be:
modify_share_title function () { return "Compartir esta entrada:"; } add_filter ('avia_social_share_title', 'modify_share_title');Best regards,
JosueJuly 19, 2014 at 5:40 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293405Hi Tom,
Devin’s answer is now private, do the update and let us know how it goes :)
Regards,
JosueHey!
Latest version is 2.9.1 (release July 10).
Best regards,
JosueHi,
Can you post the link to your website please? specifically the page that contain the Map.
Regards,
JosueJuly 19, 2014 at 5:07 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293394Hey Tom!
I believe is a caching problem with the dynamic style (we solved this in the latest release, 2.9.1). Try updating.
Best regards,
JosueHey Rene!
1-2. Refer to this article, the codes you’d use in Quick would be:
/* To change the background color */ .custom-text-box{ background: red; } /* To change the color of the paragraphs inside it */ .custom-text-box p{ color: white; }3. Not possible in those formats, what you need to do is upload them to a service like Slideshare or Google Docs and use the embed code they provide.
4. Use this plugin.
5. You can download Open Sans from Google fonts:
https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,800Cheers!
JosueHi!
The default address can be changed in Settings > General > E-mail Address.
Cheers!
JosueHi Ogau!
Its not linked to Enfold, that’s a XML file generated by WordPress. How do you know you have a broken link there?
Cheers!
JosueHey!
To change the title, try adding this at the very end of your theme functions.php file:
function modify_share_title(){ return "Share this"; // Put the string you want here } add_filter('avia_social_share_title', 'modify_share_title');Regarding changing the tooltip that appears, please specify what exactly you want to change.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.logo { width: 220px !important; }Cheers!
JosueFixed.
It was a mistake by me (forgot to remove some debug code).
Best regards,
JosueJuly 19, 2014 at 4:38 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293378Hey Tom!
Try adding this code to the Quick CSS:
.page-thumb { display: none; }Cheers!
JosueHey!
Try updating the theme to the latest version (2.9.1) and see if the issue persists.
Best regards,
JosueHi Gabster!
I tried reproducing the issue with no success, i added an image and an audio file to a test page and made some edits afterwards, please see:
http://mara-events.de/cms/wp-admin/post.php?post=307&action=editBest regards,
JosueHello,
I’m not sure what you are referring to, i uploaded a renamed Enfold 2.9.1 as a zip file (Themes > Add new > Upload).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket .copyright:after { content: "Disclaimer Text"; display: block; }Cheers!
JosueHi!
I was able to upload the latest version of Enfold, named Enfold 2. You’d need to re-enter the theme settings (and menu/widget settings) after activation.
Best regards,
JosueYou are welcome Finlando, always glad to help :)
Regards,
JosueHey Richard!
Try adding this at the very end of your theme functions.php file:
function add_stuff_to_portfolio_grid($output, $entry) { $term_list = get_the_term_list( $entry->ID, 'portfolio_entries', '', ', ' ); return $term_list; } add_filter('avf_portfolio_extra', 'add_stuff_to_portfolio_grid', 10, 2);Cheers!
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi Finlando!
Its looks pixelated because your slider background is black, here’s the full route of the loading.gif so you can change it for one more appropriate:
Cheers!
JosueHey Michael!
Try adding !important:
.avia_cart_buttons { display: none !important; } #top .avia_cart_buttons .button { display: none !important; }Cheers!
JosueHi!
I think the problem is that you are using an Enfold form in the homepage while in the inner pages you are using a FS contact form. Also, i noted that this file is missing from the theme files:
Regards,
JosueWe’d need to see the site live in order to debug a CSS issue, reply back to this topic once you go live.
P. S. You can use a plugin like this to protect the website from visitors while its being developed.
Best regards,
JosueJuly 19, 2014 at 6:53 am in reply to: Header layout – Menu and logo position – Logo center, menu below #293258Hi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
