Forum Replies Created
-
AuthorPosts
-
Hi Micheal0424!
You can use this CSS to change their dimensions.
.av-catalogue-image { height: 50px; width: 100px; }For the actual image size look on line 118 in the functions.php file.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsRegards,
ElliottHey!
Navigate to Dashboard > Enfold > Advanced Styling and edit the H1, H2, H3 elements. There is an option for “text transform”. Change it from “default” to “none”.
Cheers!
ElliottHey!
I see the email in your header and footer but it looks fine to me. Send us a link to the exact page where your having the problem with the email links.
Regards,
ElliottHi SecretDiamonds!
I don’t see the slider your referring to. I think what you mean is the post navigation. The two black arrows on either side of the screen that link to the next product, correct?
If so then add this to your custom CSS to get rid of them.
.single-product .avia-post-nav { display: none !important; }Best regards,
ElliottHi Simijonovic!
Create the type of button you would like to use and then right click your page and view source and find the button and copy it’s HTML. Paste the HTML inside a codeblock element in your page and change the ID to “glf-restaurant-order-online” or whatever the script requires you to use.
Best regards,
ElliottJuly 9, 2015 at 4:30 pm in reply to: Code showing up where it shouldn't on product details tab. #470987Hey gearouthere!
It’s probably a plugin your using. Deactivate them all and reactivate them one by one to see which one is causing the issue.
Also, it looks like you have done lots of editing so I could not figure out which version of Enfold your using. If it’s not the latest version, 3.2.2, then be sure to update.
Regards,
ElliottHi!
Your probably using the advanced layout builder for that post. If you want the regular tags to display then you’ll want to switch to the default editor.
If you want to keep using the advanced layout builder there and display only tags assigned to the post then the code would look like this.
echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>';I suppose you could use a plugin to execute PHP in a text widget for that, https://wordpress.org/plugins/exec-php/.
Or just type the tags out manually.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
The theme does not change that display. If you switch to the default 2015 theme you’ll see it displays the same way. If you want to change which times are displayed then you’ll need to edit the plugin which is outside the scope of our support. It would be best to contact the plugin support to see if it’s possible.
Best regards,
ElliottJuly 9, 2015 at 4:13 pm in reply to: "Advanced Layout Editor", "Add Media", "Upload" do nothing when I click on them #470977Hey!
Hmm, not sure what is going on there. Your getting a bunch of 404 not found errors in the dashboard.
It looks like you have Enfold 3.2 installed. Try completely deleting it from your WordPress theme directory via FTP and then download + upload a fresh copy from themeforest. After doing that you should have 3.2.2 installed.
Check the permissions on the Enfold folder after uploading to make sure they look correct. Also add this to your wp-config.php file.
define( 'CONCATENATE_SCRIPTS', false );And let us know when your done.
Best regards,
ElliottHey!
No, your settings will be fine but I would create a backup or export them in Dashboard > Enfold > Import/Export just in case.
Cheers!
ElliottHey tnscnate!
So your wanting every post in your blog page to display social buttons beneath it and have them link to the post instead of the current page?
That is going to take a lot of time and code to implement actually. Also, I’m not sure if it’s a good idea for SEO or not.
I would consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it get enough interest then our devs will look into it.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
July 9, 2015 at 3:00 pm in reply to: Need to add a link back to portfolio category in portfolio item page #470924Hey!
You would use the wp_get_post_terms function, http://codex.wordpress.org/Function_Reference/wp_get_post_terms.
Something like this.
$terms = wp_get_post_terms( $post->ID, 'portfolio_entries' ); foreach ( $terms as $term ) { echo $term->name; }Cheers!
ElliottHi caretecher!
That’s going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
But to answer your question, the file your looking for is in /enfold/config-template-builder/avia-shortcodes/blog.php.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi John!
You don’t have to set the individual image height / width. All you need to do is make sure the slider is set to fullwidth in the slider settings.
You most likely have some weird CSS or setting added to it which is causing that behaviour. I would try creating a new slider and just add the images to the slides and start from there. They should display correctly.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
That sounds like a good idea. Or at least scrolling to the fields which have not been filled out correctly.
Go ahead and create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll probably see something get added in a future update.
Best regards,
ElliottHey!
It’s working fine on my XAMPP setup. In the latest version it’s lines 1027 – 1028 and line 1071.
Regards,
ElliottHey!
Hmm, they are not popping up for me anymore. Try clearing your browser cache.
Best regards,
ElliottJuly 9, 2015 at 2:17 pm in reply to: Portfolio animation & title; Header show on scroll up; fadein content #470864Hey!
2. Try adding this to your custom CSS.
.header-scrolled-full { display: none !important; }Regards,
ElliottHi!
Try adding this.
.avia-msie-8 #menu-item-4385 .avia-menu-text { position: relative; top: -30px; left: 30px; }To move the VIP button around on IE.
Your getting some errors in IE8 which looks to be from some plugin scripts.
Regards,
ElliottHi Rupert!
Try adding this to your custom CSS.
.av-special-heading-tag { border-bottom: 1px solid black; }That should still display as gray. If that’s not what you were wanting then send us a link to your page and take a screenshot highlighting what your trying to do. Your screenshot link is asking for a login.
Cheers!
ElliottHey envis!
It’s because they overlap. You can add this to your child theme functions.php file if you want it to display anyway.
add_filter( 'avia_post_nav_settings', 'enfold_customization_post_nav', 99 ); function enfold_customization_post_nav( $settings ) { $settings['is_fullwidth'] = false; return $settings; }Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi Richard!
Your portfolio posts should already be displaying tags that they have been assigned to at the bottom of the post.
You mean your wanting to display all tags? You could use the “Tag Cloud” widget in a sidebar or in the “Widget Area” element.
Regards,
ElliottHey!
In Dashboard > SEO > XML Sitemaps you can choose which post types, etc etc, get added to your sitemap. This isn’t really a theme question so it would be best to contact the Yoast SEO support, https://wordpress.org/support/plugin/wordpress-seo.
Cheers!
ElliottHi!
Can you send us a link to where we login to the dashboard? I keep getting redirected to a cpanel login.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi!
In the slider options there is one called “Autorotation active?” which you had it set to no. Switching it to yes will turn on the auto rotate feature.
Best regards,
ElliottHey Ewoud!
I have not tested it out personally. If anyone has then please let us know.
I would try contacting them to see if they offer refunds in case things don’t work out.
Best regards,
ElliottHey!
It’s not from the theme. It’s most likely from some kind of google ads plugin or perhaps your site was hacked and someone added it in there. Deactivating all of your plugins and uploading a fresh copy of the theme will fix it.
Or if you just want to hide it and forget about it then the following CSS will work.
body > iframe:first-child { display: none; }Regards,
ElliottHi!
Your getting a javascript error related to gravatar it looks like. Try deactivating all of your plugins and then clear your browser cache to see if it goes away.
Regards,
ElliottHey allinmom!
That style gets set when the page has a sidebar. Set the page layout to right sidebar and then drag a codeblock element to the page content and add this inside.
<style type = "text/css"> .container .av-content-small.units { width: 100% !important; border-right: 0px; } aside { display: none !important; } </style>Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey Apollo87!
Try adding a codeblock element to the page and add this inside.
<style type = "text/css"> .avia-content-slider .slide-image { max-height: 400px !important; } </style>Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
