Forum Replies Created
-
AuthorPosts
-
I’m still keen to delete the fontello icon pack. The link you provide unfortunately does not help.
Is it possible to remove the default icons?
Where are they located in the folder structure?
If deleted from the directory , will it be re-inserted at the next enfold update?
Thanks
RichardHi yes!
Here is a random example of the sort of 2-3 colour icons I’m thinking of!https://www.vecteezy.com/vector-art/461372-logistic-circle-grey-orange-icons-set
They are being made by a vector person … normally we’d convert via fontello and upload the zip, but I wanted to check we can do this or how to.
Thanks
Richard
Hi Mike
‘Ok, so not linking to a tab section but a tab element, such as the link in the Private Content area.
So this works when the tab element is in the initial opened tab section, because it is visible. But doesn’t work in a closed tab section because the page finds the tab element in the DOM even though it is not visible because the DOM doesn’t know it’s not visible’How about linking to a tab element ONLY?
A tab element that is NOT inside a section …. (if you will) ‘standalone’ tab element.
(I’m trying to get away from tab sections here … searching all the existing support tickets reveals a lot of discussion about tab sections)
Thanks so much
Richard
Richard
Hi Mike
I think your answer refers to the original proposal to link to a tab-element within a tab-section.
How about this:
s it possible to link to a specific tab in a tab-element?
Note that I am **NOT referring to tab section** but tab-element.Is it possible to link just to a specific tab-element
This is what I am referring to as a tab element (Victoria thought the issue was tab section):
I am prepared to ask a developer to do some javascript but wondered if you had any ideas as to the best solution.
Thank you.
Richard
Hi Victoria
The code linked to in that post is filtering for parameters of the url type http://www.mysite.com/myportfolio?tabsort=2
Whereas our url is http://www.mysite.com/page#tab-custom-id
AND this #tab-custom-id is inside another #parent-tab-layout-custom-id
So what we want is that when a user has #tab-custom-id in the url first the #parent-tab-layout-custom-id should open and then the #tab-custom-id should open.
Any suggestions for this two level tabs?
November 13, 2019 at 4:49 am in reply to: Mobile portrait – full width slider image: Header cuts off image #1156264The problem has self-resolved.
I’ve no idea why.
Please close the ticket.
ThanksNovember 7, 2019 at 12:49 am in reply to: Mobile portrait – full width slider image: Header cuts off image #1154501Further update , I asked a colleague at work to screenshot the website on her iphone and the image is identical to mine ….
I really need this sorting out please.November 7, 2019 at 12:31 am in reply to: Mobile portrait – full width slider image: Header cuts off image #1154496Hi, it’s been 5 days since your last reply (my last comment).
Please be informed that the issue persists on iphoneI tried this morning using another iphone browser – chrome, and every full width slider is cut off at the top
(the top third approxiimately)
This makes browsing impossible on a phone.You mentioned that you are unable to reproduce on your iphone?
The centre-centre titles are also cut off.
Please advise
Thanks
RichardNovember 2, 2019 at 11:34 pm in reply to: Mobile portrait – full width slider image: Header cuts off image #1153378Just in case anyone else has the issue, the top one third of the full width slider is cut off by the header
…. the full width slider is around 1500×900November 2, 2019 at 11:32 pm in reply to: Mobile portrait – full width slider image: Header cuts off image #1153377Hi Victoria
I took another screenshot on another iPhone again (that hasn’t visited the website for a long time, using private browsing) and attach the screenshot.
Your advice please.
Richard
November 2, 2019 at 11:24 pm in reply to: Tab Section on mobile – user experienced issue – max. 3 tabs 'show' #1153375works perfectly
Please close,the ticket
ThanksNovember 1, 2019 at 10:20 am in reply to: Mobile portrait – full width slider image: Header cuts off image #1152953Hi
Please see attached two screenshots from iphone
(1) the first image shows the header with scrolling – sticky header
(2) the 2nd image shows the initial page on iphone.These pages with full width slider all work the same on iphone.
Thanks
Richard
October 28, 2019 at 11:53 pm in reply to: Tab Section on mobile – user experienced issue – max. 3 tabs 'show' #1151958UPDATE
(1) I wonder if you wouldn’t mind just confirming that these are all needed in the avia folder:
(I’m trying to figure out why quick CSS often doesn’t work for a few days despite clearing cache)avia-gutenberg-dynamic-enfold-child.css
enfold.css
enfold_child.css(2) Great, I can confirm this code works LIKE A TREAT THANKS :-)
/* TAB SECTION ENFOLD SUPPORT – TRIAL 26 OCT 2019 */
.av-tab-section-outer-container:after {
content: ‘\e879’;
font-family: ‘entypo-fontello’;
font-size: 50px;
position: absolute;
top: 100px;
z-index: 1000;
right: 20px;
}.av-tab-section-outer-container:before {
content: ‘\e878’;
font-family: ‘entypo-fontello’;
font-size: 50px;
position: absolute;
top: 100px;
z-index: 1000;
left: 20px;
}October 27, 2019 at 12:16 am in reply to: Tab Section on mobile – user experienced issue – max. 3 tabs 'show' #1151428Just to add, because this didn’t work:
…. I wondered if quick css is not being read.
wp content/uploads/dymamic_Avia folder is set to 777.
However, there are three .css files and I wonder if these are all needed
avia-gutenberg-dynamic-enfold-child.css
enfold.css
enfold_child.css
The ‘last modified’ date of enfold.css is 3 years ago (website kept up to date / up to date enfold / wordpress etc – weekly)So is there a chance that the quick css is not being read?
what folder does that code go into?Thank you
Richard
October 26, 2019 at 12:31 am in reply to: Tab Section on mobile – user experienced issue – max. 3 tabs 'show' #1151302Thank you – I tried that before but it didn’t work.
The code has been put back in quick CSS.
I’ve flushed cache.
The appearance on mobile portrait is the same.
(Please see specific page this relates to, and the login credentials if required, in the private content of this message)
Your advice is much appreciated.
Thanks
RichardSorry I changed accidentally the login credentials please see.
Hi Victoria
The header transparency is set in theme options.
The thread has stalled a little here. To recap, transparent header works great on desktop but does not work on mobile.
Please advise.
Thank you
Richard
Hi
Yes BUT the transparent logo image previously uploaded into enfold / header / transparency is different from the desktop logo shown in the screenshot.
Your further help is appreciated.
Kind regards
Richard
pls see credentials
I appreciate you looking into this.The code currently inserted in quick CSS:
/* Transparent header on mobile FROM ENFOLD SUPPORT TICKET */
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency,
.av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed !important;
}
}Regards
Richard
Code is added as quick css, flushed cache,
Not working yet.
Example page attached.
I viewed on both iPhone and iPad.
Kind regards
RichardOctober 15, 2019 at 11:02 am in reply to: Short code inside color section – not displaying as full width #1148024Thank you please close the ticket.
October 13, 2019 at 11:37 am in reply to: Unstick sticky header – unchecked, but not working #1147566Sure
The ‘optimize’ area under wordpress .. appearance … ‘additional CSS’
(1) When loading a new clean enfold installation, is this area usually empty?
Thanks
Richard
October 13, 2019 at 11:17 am in reply to: Unstick sticky header – unchecked, but not working #1147558Actually I’ve noticed a stack of other CSS in the customizer …. a lesson to people who ask a developed to do something and not know how they did it .
Is any customizer css added but the enfold theme?October 13, 2019 at 11:09 am in reply to: Unstick sticky header – unchecked, but not working #1147551Fantastic, I looked everywhere for this …. I didn’t know about the customizer …. please close, cheers Richard
October 12, 2019 at 11:59 pm in reply to: Unstick sticky header – unchecked, but not working #1147466ps. I try to really limit questions as it’s the 2nd in 18 months but I have just submitted another ticket that may require a login #1147465
ThanksOctober 12, 2019 at 11:44 pm in reply to: Unstick sticky header – unchecked, but not working #1147463sorry wrong credentials please see correct ones
October 12, 2019 at 11:43 pm in reply to: Unstick sticky header – unchecked, but not working #1147462Hi,
I don’t think that any CSS has been removed.
The other enfold sites work fine on iphone / ipad but the headers all ‘stick’
Please see credentials
Thank you
Richard
February 5, 2019 at 4:42 am in reply to: Unable to view text in advanced layout editor 4.5.3 #1062998Thanks for pinning the problem down.
Just replying in the interests that other people might stumble across this.
Cloudways support identified an htaccess security addition that I’d previously put in … it hadn’t caused problems before, it works fine now this is removed:
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>February 1, 2019 at 5:27 am in reply to: Unable to view text in advanced layout editor 4.5.3 #1061362Hi Victoria
Thanks, I’d already disabled all plugins, cleared cache but tried this again – including security plugin.
Also disabled just security plugin.
Also disabled htaccess (it’s now loaded again) just in case there were some old security instructions in htaccess.Your help please is much appreciated.
Thanks
Richard
Hi Vinay
Do you have a reference that helps to prevent this in future?
I applied this exactly but it didn’t fix the issue
Thanks
Richard
-
AuthorPosts