Forum Replies Created
-
AuthorPosts
-
April 24, 2014 at 6:57 pm in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255691
Fixed for me too, check it again.
Cheers!
JosueHi!
It requires some CSS tweaking, can you post a link to your website?
Alternatively you can directly edit the breadcrumb file (/framework/php/class-breadcrumb.php) if you want.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.tab { min-width: 9.23%; }That will work with your current setup, you’d need to adjust it a little bit if you add/remove a tab.
Cheers!
JosueHi Daryll,
Can you post the link to a Page where you have Tabs please? i’d like to check what kind of Tabs you have.
Regards,
JosueApril 24, 2014 at 7:44 am in reply to: How to use portfolio template with a custom post type #255359Hi!
Well, i believe the Portfolio Grid element won’t work with CPT without editing the source file (/config-templatebuilder/avia-shortcodes/portfolio.php).
It would be a lot easier to use a portfolio item category instead.
Best regards,
JosueHi!
Please update Enfold to its latest version (2.7).
Cheers!
JosueApril 24, 2014 at 7:36 am in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255354Hey!
The issue is happening even with the default WP theme activated, i believe is caused by some code in your .htaccess file, try emptying it via FTP, it should be in the root directory.
Cheers!
JosueHey!
You can safely put HTML code in the new Code Block element introduced in 2.7:
Best regards,
JosueApril 24, 2014 at 7:31 am in reply to: Weird Homepage problem / not found and adding strange extention to the domain #255350This reply has been marked as private.Hi!
1. That’s not possible at the moment, you’d need to rely on the Magic Wand tool to generate the shortcodes in a separate Page.
2. That depends on the container width, if your Tabs are in a full-width element (like a Color section) they will expand full-width.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
The related products are not being shown on my end; the CSS is being applied correctly. Either way you can always use the css/custom.css file or if you use a child theme the style.css file.
Regards,
JosueHi Andrea,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Chantal!
Yes, it’s possible:

Best regards,
JosueHey!
It seems those images are no longer in the server:

Try restoring them via FTP.
Best regards,
JosueHi,
Can you post the link to your website please?
You can post it as a private reply, only you and mods will see it.
Regards,
JosueHi,
Refer to this topic:
https://kriesi.at/support/topic/zoom-in-on-mobile-devides/#post-175234Regards,
JosueHey!
Try adding this code to the Quick CSS:
#main .maxbutton { max-width: 500px !important; width: 100% !important; }Cheers!
JosueHi Tim!
Those are Icon elements with this settings:

The circle thing is a custom element made by Kriesi, unfortunately is not available at the moment.
Best regards,
JosueApril 24, 2014 at 6:54 am in reply to: How to use portfolio template with a custom post type #255326Hi!
Is there any portfolio items assigned to the ‘seminars’ category?
Best regards,
JosueYou are welcome Paul, glad we could help :)
Regards,
JosueHey Derek!
Refer to Devin response:
https://kriesi.at/support/topic/size-of-related-posts-images/#post-137382Regards,
JosueHey!
Try adding this code to the Quick CSS:
#avia-menu > li > a:after{ content: ""; border-right: 2px solid #33cc00; position: relative; left: 15px; } #avia-menu > li:last-child > a:after{ content: ""; border: 0; }Make sure the > are written correctly.
Cheers!
JosueHey!
Could you elaborate on your request please? a screenshot/mockup of what you want to achieve would be helpful.
Best regards,
JosueHey!
There is a hook that you can use to insert content into the breadcrumb HTML, something like this will do it (put it in your functions.php file):
function after_breadcrumb_func($breadcrumb){ $output = $breadcrumb; $output .= "<div>adsense here</div>"; return $output; } add_action('avia_breadcrumbs', 'after_breadcrumb_func');Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueI tested your site in two different Macs (Mavericks and Lion). As far as i know you are the only user who reported this kind of issue but we will keep an eye on it.
Best regards,
JosueHey!
That shortcode uses the default WP excerpt, so a code like this in functions.php will do the job:
function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');Best regards,
JosueHey Vicken!
What button are you referring to?
Best regards,
Josue -
AuthorPosts
