Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please provide a link to the page that is giving you issue so we may inspect it?
Best regards,
Jordan ShannonOctober 31, 2017 at 4:53 am in reply to: Secondary menu items not showing with hamburger mobile menu #870707Hi,
Unfortunately, from the link above I’m still seeing 115. That’s why the css above worked for me:
Best regards,
Jordan ShannonHi,
Okay I see. You can target the parent section they reside in. So for example the parent class for the bottom section is:
.avia-builder-el-lastBest regards,
Jordan ShannonHi,
No problem at all. Did you need additional help with this, or shall I close this topic?
Best regards,
Jordan ShannonHey sniper-x,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "tel:0401786376"; return $link; }Adjust the number to whatever you need.
Best regards,
Jordan ShannonHey jaumellagostera,
Have you referred to the following documentation on adding your own icons:
Best regards,
Jordan ShannonOctober 30, 2017 at 6:47 am in reply to: Home page not displaying correctly after 4.2 theme update #870356Hey Neil,
Unfortunately, I’m not seeing the boxes. Was this already solved? If not, please add a screenshot to so I can see the exact sections you’re concerned about.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey thfmb,
Yes you are free to do this. As long as the license is still kept to a single site you can do this.
Best regards,
Jordan ShannonOctober 30, 2017 at 6:41 am in reply to: Secondary menu items not showing with hamburger mobile menu #870349Hi,
The item actually appears to be 115. Please try the following:
.menu-item-115 a .avia-menu-text{ color:orange!important; }Best regards,
Jordan ShannonHi,
Do you want to just remove the asterisk or that the field is required?
Best regards,
Jordan ShannonOctober 30, 2017 at 6:33 am in reply to: Child theme not loading after Updated enfold ver 4.2 to wordpress Version 4.8.2 #870345Hey ist007,
Please provide a bit more information on the issue. Are you saying the page won’t load on the front-end? Are you receiving any kind of error?
Best regards,
Jordan ShannonHi,
If you are looking for a lightbox style effect then perhaps the following plugin would suit you:
Best regards,
Jordan ShannonHey bvn1999,
Are you looking for a lightbox style effect?
Best regards,
Jordan ShannonHey tennetno,
Please add following code to Functions.php file in Appearance > Editor
function no_post_nav($entries) { $entries = array(); return $entries; } add_filter('avia_post_nav_entries','no_post_nav');Best regards,
Jordan ShannonHi,
You want to change the size of the tall image? You can try and adjust the size settings in the options menu, or adjust it via css.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonOctober 30, 2017 at 6:20 am in reply to: "Header Title and Breadcrumbs" panel is half hidden on iPad #870333Hey Anton,
Please provide a link to the actual site/page in question so we can inspect it further.
Best regards,
Jordan ShannonHey Charlotte,
Ad the following to quick css:
.post-meta-infos{ display:none!important; }Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey aurelienchampagne,
Please provide a link to the site/page in question so that we can look into this further.
Best regards,
Jordan ShannonHi,
Add the following to quick css to add left padding to the button:
.read-more-link{ padding-left:10px!important; }Best regards,
Jordan ShannonHi,
Try adding the following to quick css. I think that should get the alignment just about right:
.av-inner-tab-title{ width:97px!important; }Best regards,
Jordan ShannonHi,
Unfortunately there is no immediate answer for this. Enfold comes with a basic bundled version of the slider and is not updated as often as the theme. I’m sure that should the current version become continually problematic it will be upgraded.
Best regards,
Jordan ShannonHey rinviz,
Have you already attempted disabling all active plugins to ensure that there are no scripting conflicts.
Best regards,
Jordan ShannonHi,
I’m glad this was able to be corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey TekBull,
If you want it in just that one color section you can add a custom class to it, or use the browser inspector to find the custom class of the color section (for example: av_section_2), and place that ahead of what you have already. For example:
#av_section_2 .av_one_third { margin-left: 6%; width: 29.333333333333332%; }Best regards,
Jordan ShannonOctober 30, 2017 at 5:53 am in reply to: Sidebar showing below content – deactivating plugins did not work #870312Hey sebastr021,
If you are using full width elements on the page, like Color Sections or full width sliders, then the sidebar will display under them. Please use for instance a 1/1 element instead of a Color Section if you want the side bar to display to the right or left of your content.
Best regards,
Jordan ShannonOctober 30, 2017 at 5:51 am in reply to: Top images, sliders etc are all being pushed up into/behind header #870311Hey Kim,
Is this in a particular browser or screensize? I’m looking at the site, but am not seeing the issue. If possible please provide a screenshot.
Best regards,
Jordan ShannonHi,
So you want each image to have its own individual hover overlay filter?
Best regards,
Jordan Shannon -
AuthorPosts
