Forum Replies Created
-
AuthorPosts
-
Hi xfdigital!
I checked your functions.php file but didn’t see the code anywhere so I tried adding it in but it appeared you had it set around line 535 as there is now a duplicate function name error. Upload a fresh copy of the functions.php file and add the code in at the bottom of the file and let us know when your done.
Best regards,
ElliottHey!
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add extra info to your header.
I’m not sure what you mean by the tabs having dropdowns though. Can you highlight in your screenshot your intentions?
Regards,
ElliottHi!
All you need to change is line 3730.
transitionSpeed:900,
If you want to make it last 5 seconds then change it to this.
transitionSpeed:5000,
Cheers!
ElliottHey!
I don’t see where your using the get_post_types() in your code.
So this is not working for you?
'custom_query' => array( 'post__in'=>$post_ids,'post_types'=>array('product', 'post'))
Best regards,
ElliottHi!
Try this.
aside { display: none !important; } main { width: 100% !important; max-width: 100% !important; border: 0px !important; }
Cheers!
ElliottHey!
It’s working fine on my end. Add the “next_post_link()” in there as well. Send us a WordPress login if your still having trouble.
Regards,
ElliottSeptember 22, 2015 at 3:41 pm in reply to: Show category image and description on all paginated pages #507136Hi!
Try changing line 734 in the /enfold/config-woocommerce/config.php file from this.
if(avia_is_dynamic_template() || is_paged() || is_search() ) return false;
To this.
if(avia_is_dynamic_template() || is_search() ) return false;
Regards,
ElliottHi!
In the /enfold/css/shortcodes.css file around line 4450 you should see the CSS animations setup.
@keyframes caption-top { 0% { transform:translate(0,-20px); opacity: 0; } 100% { transform:translate(0,0); opacity: 1; } }
Remove the transform declarations like so.
@keyframes caption-top { 0% { opacity: 0; } 100% { opacity: 1; } }
So only opacity is left.
Cheers!
ElliottHey!
I see what you mean. That customization would take a lot of time and code though so it would have to be considered custom work. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.
Best regards,
ElliottHey!
It’s a good option to have I think. What if your logo had text in it and you wanted to change the logo image for each language? You can do that with having different options available for each language. There are a lot of different uses for it.
Cheers!
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hey!
Try this out.
function add_custom_link(){ ?> <script> jQuery(window).load(function () { jQuery('html, body').animate({ scrollTop: jQuery("#av_section_2").offset().top }, 1000); }); </script> <?php } add_action('wp_footer', 'add_custom_link');
You might want to add a check for the homepage there or just add the script to a codeblock element in the homepage content.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi!
Not sure if it would work but you could try adding your own custom click events.
<script type = "text/javascript"> jQuery('.ls-inner > .ls-slide:nth-child(2)').on('click', function(){ ga('send', 'event', { eventCategory: 'banner', eventAction: 'click', eventLabel: 'prolok banner', eventValue: 1}); }); </script>
If it was me I would just add it to a button in the slide.
Regards,
ElliottHey!
Try adding this to your custom CSS.
@media screen and (max-width: 900px) and (min-width: 767px) { h3.iconbox_content_title { font-size: 11px !important; } }
You may need to play around with the max-width and min-width values depending on the screensize of your iPad.
Regards,
ElliottHi!
I mean when you edit the actual post, https://www.google.com/search?q=Wordpress+set+featured+image&rlz=1C1CHZL_enUS655US655&espv=2&biw=1920&bih=945&source=lnms&tbm=isch&sa=X&ved=0CAYQ_AUoAWoVChMImdKA1saIyAIVw4I-Ch0vuQJX#imgrc=FltQ8ED5Ap8FzM%3A.
It might not be possible if the plugin is grabbing posts via RSS.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi!
I see. It looks like your other pages are fine though. Try using the Google webmaster tools and have Google crawl the page again, perhaps it just hasn’t updated yet.
Cheers!
ElliottHey!
Whenever you download Enfold from themeforest it should be the latest version. If it’s not then contact themeforest support and let them know about this.
Best regards,
ElliottHi!
When you download Enfold from themeforest the version is not 3.3.2 or higher? It would be best to contact themeforest support about this and let them know your not seeing the latest version.
Cheers!
ElliottHi!
It’s not really a CSS issue. Whatever your using there it’s displaying it’s own HTML so it’s not going to pick up the Enfold styling. You could try and add your own styling but I imagine that would take quite a bit of work.
I’m not sure if it will work but you could also try creating a new page and then insert the blog grid element to the page content and have it display posts from a custom taxonomy and then select your property categories.
Regards,
ElliottHi!
I see what you mean. I don’t know if there is anything we can do about that though. There just isn’t enough space there.
We could set the overflow to visible instead of hidden like so.
article, article * { overflow: visible !important; }
But then the headings will display beneath the icon. Would you like to try reducing the font size?
Regards,
ElliottHey!
Your shop page permalink is already going to be different from your product category permalinks. You can also create custom product pages by creating a new page and then insert the product grid / product slider elements from our layout builder.
Cheers!
ElliottHi!
What happens in the default theme? Try deactivating all of your other plugins and make sure your .htaccess file is writable.
Regards,
ElliottHey!
That’s because your using the layout builder when editing the post. You will need to use the image element in the “Media Elements” tab to insert an image. If your using the default editor the featured image will be displayed automatically.
Best regards,
ElliottHey!
You cannot add PHP in the dashboard (unless using a plugin such as PHPExec). You will need to edit the file mentioned in my previous post.
Cheers!
ElliottHey iheartwine!
That’s pretty weird. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey!
Not sure what your referring to by “woocommerce custom query”. Take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottSeptember 21, 2015 at 5:55 pm in reply to: Testimonials keep disappearing – Now a formal complaint #506569Hey!
Like I said, we don’t know. Whenever we find a fix we’ll add it in the next update.
Cheers!
ElliottHey!
You can click on the “img” button in the editor and paste the URL to your image. You can use a image hosting service such as imgur.com to host it.
Regards,
ElliottHi!
It seems to look fine on my end. Perhaps it was a caching issue. Make sure to clear your browser cache if you see weird behaviour or your changes are not taking place.
Cheers!
ElliottHey WSRJohn!
It looks like your using some kind of plugin for that, IDX? It seems to be outputting it’s own markup so the Enfold styles are not going to work with it.
For your child theme stylesheet you may need to use the !important override to make sure your CSS gets applied. i.e.
a { color: red !important; }
Cheers!
Elliott -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts