Forum Replies Created
-
AuthorPosts
-
Posted a long time ago so sorry for the bump; just in case anybody reading this post now needs the solution to this, on line 2684 of shortcodes.js (wp-content/themes/enfold/js):
setTimeout(function(){ start_count(element, countTo, increment, current, fakeCountTo);}, 300);
change ‘300’ to something more like ‘3000’, which leaves like a 1-2 second gap once the layer slider elements have all loaded. You can mess around with the value as you need it.
:-)
Sorry, useless post. Found it myself, I seem to be slightly blind at times ;-)
Here’s the code for anyone who wants to use it
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a{ background-color:transparent !important; }
Hi Yigit
Seen screenshot attached of our child theme directory
no modifications to header
can you help?
View screenshot
https://www.dropbox.com/s/ys6bjma97z1h1bk/Screenshot%202015-06-04%2009.39.14.png?dl=0
Hi Ismael
What file contained within the child theme needs updating?
Ive just gone on face book and asked a friend in a different location and it is there
try doing a find on googleadservices and you’ll see it
this is most strange
just ask another member of staff on a different machine and it does show on his
Thanks a lot this works and fixed everything
Quick note. Everytime I submit something on this forum the page goes blank and I need to reload the page to view the forum. Thought you guys should know its done this for a few months now. In firefox
Thank you Josue
In the mean time I found a workaround that is not very elegant I don’t think I will change it now though because it works!
its okay i managed to figure it out
the head menu colour had been set in advanced styling tab
how ever i feel this should be over ridden by transparent header colour option maybe something to consider for future development?
Hi and what happens if I update the theme ?
Will this revert?
Can I do this via child theme functions file?
thank you this worked
Hi I use heart internet and never had any issues.
What do you mean tab slide load time?
This isn’t host related. Anyone from enfold team that can help?
Simple fix,
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{ transform:scale(1.75) !important; }
You can adjust “1.75” to the value you want. Meaning original size times by 1.75.
EDIT: Just realized that the “mfp-content” div doesn’t scale with the image, trying to solve this since anything you have tied to the div will probably not display correctly. Tried .mfp-content{transform:scale(1.75);} but no cigar, it just increases the image size by 1.75 again, making it huge.
- This reply was modified 9 years, 6 months ago by codecreative.
The styles over ridding it are located within the shortcodes css
line 16 body .container_wrap .avia-builder-el-no-sibling{margin-top:0; margin-bottom:0;}
In the mean time I am going to use a whitespace generator of 50px so it will look okay for when a client sees it. Not sure why the above rule over rides what is in the style css of 50px margin top
Well, that’s typical. Fixed it myself.
#main{ background-color:rgba(51,51,51,0); }
was the solution. #main’s background color was set to white for some reason.
Yes I figured it out. I used the enfold feature to turn on custom css class names and use css display hidden to hide the bottom div. I did it all without the need for installing the layer slider separate. So this serves as a decent work around!
Ah thank you
So once I add the above to the child theme I am then able to install the plugin as a stand alone?
Also how it currently looks is okay at http://www.codecreative.uk
Can you tell me how I can hide the the code block div showing above my footer?
Hey i’ve noticed this in other threads
There is an issue from what I can see using the layer slider short code. It seems we must use the page builder as well?
What I have done is added a code block to the bottom of the page and dropped in the shortcode. It renders in its original place but now shows a small error in the bottom of the page
Can you advise how to correctly call the layerslider from within the php?
Okay great is there a way to slightly increase the width of the side bar by say 50 pixels?
The facebook box doesn’t quite fit
Hi Rikard
Can you provide an example of the ava_after_main_container hook ?
Also can you suggest the best way to include the javascript facebook sdk?
Am I best enqueue it from child theme functions file and have a js file seperate containing this js?
Hi
Could have a quick look at http://217.199.187.190/bansteaddentalcare.com/
As you scale down your browser to the point that the smart toggle appears the menu text appears in the far right hand side see screenshot at
https://www.dropbox.com/s/6cas5cqw9y3ox44/Screenshot%202015-04-01%2016.57.34.png?dl=0
If you look carefully at the right you can see it
April 1, 2015 at 2:38 pm in reply to: Enfold website not rendering all products with product short code #421910Hi for any future searches by people with a similar issue I would like to say I resolved this and post the solution.
Thank you for helping as well Andy.
By default 15 products are shown, to get the full list use this modification to your short code
[product_attribute attribute=’Style’ filter=’Contemporary’ per_page=-1]
What is key here is the extra shortcode argument per_page here you can set any number, but if you put -1 it shows all the available products. By default if you place nothing it shows 15,
Yes Rikard
It worked a charm! Thank you :)
FANTASTIC
Thank you yet again Yigit for your awsome support :))
Would be great if you guys provided a maintenance service where we pay per update or a monthly plan to look after our update / mod requests
Perfect works a charm thank you Rikard :)
Hi Rikard
It’s okay I just deleted the page and started again and it all worked okay sorry for not updating this thread
I have one last question though
I’ve managed to successfully copy the social media icons from the header of the site http://www.kojuice.co.uk/ and place them in the footer column 4
My issue is though on hover it shows a square rather then a circle what css tweak do I need to make the hover a circle like the header?
not sure you understand the question
on the nav bar there is a page called our app that is shown if you hover over about us in the drop down
i want this turned off and not visible for all devices bigger than smart phone
is this possible?
hi in my child theme functions.php i have this code can you remind me what it is doing?
function exclude_category($query) {
if ( $query->is_home() )
{
$query->set(‘cat’, ‘-5 -7 -9’);
}
return $query;
}add_filter(‘pre_get_posts’, ‘exclude_category’);
I’m using a child theme I’ll try and change to the parent theme
This reply has been marked as private. -
AuthorPosts