RPittam
Forum Replies Created
-
Made a little video – hope it explains my issues.
thanks for the video. When I have 4 images set it to tile then view it is fine. Then when I re-edit it looks ok except that it has changed to grid, which doesn’t look much different than tiled with 4 columns, just a bit larger thumbnails. However, when I add just 1 or 2 images then because I don’t want them to take up too much space on the page, I set the gallery to Tiled, which by design sets to 4 columns. The thumbnails are small but that’s what I want. Save it, then view it, looks nice. Then when I re-edit it the gallery has reverted to grid and in this case 2 columns, but the images are unaligned and large. I have to click one of the images which then resets it to Tiled – yes it’s weird but that’s what happens. Then I resave it and it looks fine again. This edit issue and the need to click a thumbnail to reset it is not the end of the world, but it’s a pain, as I have ACF custom fields I maintain for the page, so edit access is a regular occurrence. Don’t know what’s going on here. Oh, forgot, I also set the gallery to run Fancyboc on click event. I wish I could video it so I could show you. Presumably it’s because I am using less than 4 images and setting the gallery to Tiled, which sets columns to 4 and left justifies the thumbnails. Anyway that’s what happens on my Astra themed pages.
thanks. Richard
yes thanks, seen that and enabled it. Trouble is you can only use common text acf fields not one’s coming from other formats and styles, which is why I’ve used the ?Advanced View Franework Lite plugin and their shortcodes.
thanks
yes, mine seems to be the same as the first on your message. Nothing resembling the second bit in mine, but i wouldn’t know where to place the text entries in the field, as there way be a specific order to it all.
it is only the shortcodes relating to the ACF custom fields that do not render anything on the website pages, not even to show [shortcode].
all the other shortcodes seem to work.
thanks
I’m using a plugin called Advanced View Franework Lite, which allows me to use my ACF custom fields and create a template of fields and formatting which can then be embedded inside a page using a shortcode. Could these shortcode structure be added to the wp-touch functions php file?
hi Airdrummer.
Thanks for that, but I have almost no idea what it means or how to program it, but thanks anyways.
I’m interested in this bit though….”in my experience, shortcodes work perfectly in mobile, if they are not defined in your theme’s functions.php…just move those to plugins.”
Can you elaborate please?
Thanks
richard.
can you expand on this adaptation and configuration of the wpts_wptouch_pro option please?
Forum: Themes and Templates
In reply to: [Astra] Does Astra free theme support limited length menusChatGPT gave me this, but it doesn’t work either.
/* Ensure this CSS applies to submenus in Astra theme */ .ast-site-header .ast-site-header-navigation .ast-menu-toggle + .ast-site-header-navigation .ast-nav-menu .sub-menu { max-height: 757px; overflow-y: auto; }
/* Additional styling for multi-level submenus if needed */ .ast-nav-menu .sub-menu ul { max-height: 757px; overflow-y: auto; }
The single .sub-menu command makes the 1st sub-menu limit and vertical scroll but then the 2nd level menus will not show. When i add further .sub-menu the 2nd sub-level shows, but the vertical limit scroll is lost on the 1st level again see code below
/* Additional styling for multi-level submenus if needed */
.ast-nav-menu .sub-menu .sub-menu ul {
max-height: 757px;
overflow-y: auto;This is fast giving me a headache as i think i am almost there but…… sadly not.
Forum: Themes and Templates
In reply to: [Astra] Does Astra free theme support limited length menusHi Herman.
Yes, I did try it broke my menus but I’m not an expert by any means.
I’m not expecting custom support just maybe a pointer in the right direction that’s all.
Never mind, I’ll keep trying.
I’ve only tried GPT for writing blogs ??.
thanks
Richard
fixed – brilliant
thanks
Thank you Ernest – much appreciated.
Richard
Forum: Themes and Templates
In reply to: [Astra] Does Astra free theme support limited length menusHerman.
Nearly worked, however, it only applies to the 1st level sub-menu and the remaing 2 sub-menu levels do not display. I looked at the code inspect and all the levels are referred to as the .sub-menu ul class, so not sure why it does not apply the class rule to those also.
I tried adding a custom class to the sub-menu item in the wordpress menu slot, but this broke my menu altogether.
Do you have any other ideas, or anyone out there for that matter – it must be a simple solution to to you all.
pictures show what mean.
https://www.derbyshiremoths.org/downloads/Screenshot1.png
https://www.derbyshiremoths.org/downloads/Screenshot2.png
https://www.derbyshiremoths.org/downloads/Screenshot3.png
Thanks.
richard.
Forum: Themes and Templates
In reply to: [Astra] Does Astra free theme support limited length menusHerman.
Just putting this css code into the Astra Additional CSS worked fine. I could not get it to show scroll bars all the time, but made the max-height such that it half showed the next menu item, so was more obvious there were more items below.
.sub-menu ul {
max-height: 757px;
overflow-y: scroll;
}
Thanks
Richard
Hi Ernest.
Thanks for that – I am on latest but no secondary menu_order dropdown.
Ajax Search Lite
Deactivate The lite version of the most powerful ajax powered search engine for WordPress. Version 4.12.2 | By?Ernest Marcinko?|?View details
Cheers.
Richard.