Forum Replies Created
-
AuthorPosts
-
Good input Victoria , Guenni007
I will investigate further, Yes I don’t need to use all of the text , I was just showing you an example of what I was trying to do.
Below is my inspiration site Guenni007 , I think this is what your suggesting when your saying “you could insert your images as grid-cell background”
correct, something along those lines ?
https://www.openblue.com/On another site I had the same issue and Mike gave me some input on post #1110875 on the use of media queries , see his response below.
However I was not quite sure how to implement, and had to move on as I was under a time constraint. If it’s possible using media queries to set the font size by percentages as Mike suggest any input would be great as far as a step by step how to implement.
I do have custom classes enabled for this site , I see the field at the bottom of each element I.m not sure what to do from there.
Thank you any input is greatly appreciatedMikes Response Below
=====================
Hey webworm72,
You can use these media queries:/* ———– iPad Pro ———– */
/* Portrait and Landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {}
/* Portrait */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {}
/* Landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {}
Try adding a custom class or ID to the text area and then we can set the size in percentages like:
font-size: 70% !important;Best regards,
Mikeso there is no way to have the text smaller depending on the device , isn’t that what the “Screen Options” are for in each element ?
so you can set the text sized based on the device ?
Under “Screen Options” it says
Font Size
Set the font size for the element content, based on the device screen size
I tried using
Font Size for medium sized screens (between 768px and 989px – eg: Tablet Landscape)however it doesn’t do anything , Isn’t the IPad pro considered a tablet ?
Hi Ismael !
That did it , it’s working good now. You can close this ticket
Again thank you very much for the assist on this one, it really is nice to have such a fantastic support team like you guys.
If there is a place I can leave a glowing review let me know.Thanks
TonyAugust 9, 2019 at 2:03 am in reply to: Converting website using Custom WordPress theme to Enfold theme #1126083HI Victoria , appreciate your help you can close this ticket .
August 9, 2019 at 2:02 am in reply to: how to create a line sperator with text in the middle #1126082thanks Mike for help , you can close this ticket .
Hi Ismael !
Thank you very much for this solution, you are very helpful.I did some testing of the behavior, I opened Chrome up and went in and Cleared Browser Cache for All Time.
That way I now that there is nothing cached in there to effect behavior.From what I can tell it works like we want except for the first tab in each drop down menu, still scrolls to top , all the rest seem to work correctly
*So only 4 tabs still effected from what I can tell.
Accounting
* Forms
Information Technology
*IT Tools
Operations
* Building Departments
Procurement
* Business DevelopmentLet me know if this matches the behavior on your end and if there is any tweaks we can do or suggestions to resolve it.
Other than that it is much better and I greatly appreciate your help.HI Ismael
Ok I reset both passwords see below in Private Section
- This reply was modified 5 years, 3 months ago by webworm72.
Hi Ismael , thank you .
Yes the login credentials to the FTP and WP Admin are in the Private section below.
I also included below all of the CSS Snippets being used on the site under the “General Styling” section just so you have that information.thanks Ismael , That’s what I thought you probably meant , I just tried again , still no difference in the behavior of the tab content area using the drop down menus. I left the modified tabs.js file live any way.
I’m still don’t understand why linking to the tab content using the main menu creates this issue you still end up at the same place
https://intranet.martinharris.vegas/operations/#tab-id-1Is there any other workaround you think of ?
Hi Ismael
not sure what you mean by toggle, i “enabled” Javascript file merging and compression and clicked “Save all changes”
and then modified the .js file and uploaded via FTPunder the Performance section , I have it set for
Javascript file merging and compression
Enable – merge and compress all theme javascript filesCSS file merging is disabled
the way i modified the tabs.js script was as follows via FTP
downloaded file to desktop , opened in wordpad, removed the section of script you said to
saved, and uploaded overwriting the original filesince it did not make any difference I uploaded the original file back in place for now
Thanks Ismael for the directions !
To keep it simple I did not worry about the the child theme , I modified the tabs.js file in the core theme folder as you described in your first post and it made no difference. See what i did below to make sure I did it right and did not miss anything.
Below in Private content is the original tabs.js file from this install before it was modified.
Below is what i removed from file below in private content . I then uploaded the modified tabs.js file via FTP , cleared the browser cache and cleared the page cache, and still no change in behavior.
if(win.scrollTop() > el_offset)
{
$(‘html:not(:animated),body:not(:animated)’).scrollTop(scoll_target);
}Thanks Ismael for the response !
So modifying the theme code is a bit new to me. I have a Child theme as well. I would greatly appreciate if you could please give me a few more details on where and how I would make these changes. For example where is the this file located , am I am making changes via FTP or directly within in WP dashboard ?
- This reply was modified 5 years, 3 months ago by webworm72.
July 21, 2019 at 10:19 pm in reply to: Converting website using Custom WordPress theme to Enfold theme #1120712thanks !
can you take a look at this ticket
#1120490July 21, 2019 at 12:01 am in reply to: Converting website using Custom WordPress theme to Enfold theme #1120507you can close this ticket
July 20, 2019 at 11:58 pm in reply to: How to Hide Elemetns or adjust font size under Screen Options for Ipad Pro #1120504you can close this ticket
June 18, 2019 at 1:10 am in reply to: How to Hide Elemetns or adjust font size under Screen Options for Ipad Pro #1111186thanks Mike !
how do you add a custom class or ID to a text area
thanks Mike you can close his ticket
April 27, 2019 at 9:15 pm in reply to: Tab element displays the number "1" when there is no Tab Title entered. #1094962Thanks Mike ! your a genius that’s all we needed 1
You can close ticketThank you very much for the response Basilis !!!
To keep it simple for troubleshooting purposes I uploaded the theme to a domain that I am not doing anything with.The install below is WordPress 5.1.1 and the Enfold v4.5.6, no plugins at all being used and it is still doing the same things when Tab Titles are left empty.
So yes it appears to be a minor bug / issue with the tab code. I can certainly provide admin logins to this install, although I’m sure you can replicate this on your end.
let me know
ThanksApril 26, 2019 at 9:53 pm in reply to: Tab element displays the number "1" when there is no Tab Title entered. #1094830Thank you very much for the response Mike !!!
To keep it simple for troubleshooting purposes I uploaded the theme to a domain that I am not doing anything with.The install below is WordPress 5.1.1 and the Enfold v4.5.6, no plugins at all being used and it is still doing the same things when Tab Titles are left empty.
So it appears to be a minor bug / issue with the tab code. I can certainly provide admin logins to this install, although I’m sure you can replicate this on your end.
let me know
Thanksthanks Jordan !
so that code snippet essentially removed the tab with the “1” completely , which removed the vertical padding that the tab creates
I looked at the other pages and any tab after the 4th tab is removed with that code snippet.I don’t don’t understand why the code inserts a “1” when you simply leave the Tab Title Blank , is that a bug ?
for example on page below , you will see the 4 tabs at the bottom with the “1” inserted when we leave the “Tab Title” section blank
https://intranet.martinharris.vegas/information-technology/- This reply was modified 5 years, 6 months ago by webworm72.
Hi Jordan Really appreciate your help !
see login credentials below in private section
then navigate to page below as an example, all the pages are set up the same, you will see the “1” on the tab where I removed the title and left blankHi Jordan thanks for the response.
All I am trying to determine is if there Is a code snippet we can use so that it will remove the default “1” when a tab has no title ?
April 21, 2019 at 2:19 am in reply to: How To Remove Top and Bottom Padding from Page Content #1093000you can close this ticket
you can close this ticket
April 21, 2019 at 2:17 am in reply to: Modify Read More Buttoms for posts and category page #1092998you can close this ticket
you can close this ticket
you can close this ticket
April 20, 2019 at 8:08 pm in reply to: How to use Enfold code snippets for "Full Width Sub Menu" styling #1092958thanks Victoria
you can close this ticketApril 20, 2019 at 8:08 pm in reply to: Mobile Menu Display Options for Full Width Sub Menu not working ? #1092957thanks Ismael
you can close this ticket -
AuthorPosts