Forum Replies Created
-
AuthorPosts
-
Yes I looked at that but don’t understand how to do it. :(
cool thanks!
that worked – was it being caused by the header height?February 5, 2015 at 11:35 am in reply to: table properties, border styling, latest portfolio #391177HI Josue
Thanks – I saw the footer changed – I guess the problem is with the advanced styling and some other css stylings. I have the <h4> tag set to blue, fx, but it’s displaying black. Also – I have set the tag to blue, but only text with <b> tags are displaying blue. The “bold” button on the wp editor creates a tag – the <b> tags are from imported text. Can you help me understand what to do here? I really dont’ want to go change all the tags to <b>.thanks
Nancy
This reply has been marked as private.Hi Again,
I just realized that this code:
.grid-entry.flex_column.isotope-item {
max-height: 248px !important;
min-height: 248px !important;
}
is causing all my portfolio grids on the mobile to have huge space between the items, and I am still seeing inconsistencies in the anchor links.Re: quick css & caching – I cleared my cache on the server, many times on the browser, and am still not getting my advanced styling and theme options to display correctly. ??? very frustrating as I am trying to style the pages and can’t see my results.
please help!
thanks, NancyThis reply has been marked as private.I am having the same problem after the recent update.
- This reply was modified 9 years, 9 months ago by Munford.
Hi Guys
I think that worked – testing it, and it hits the right place most of the time now. All anchor links on the same page work fine, it’s only when clicking on an anchor link on another page that it moves under the header a bit, especially on the TREKKING page for some reason. I am also seeing on ipads that if I am on the Trekking page, for example, and click on another anchor link on the trekking page in the mega menu, that the menu stays open now, covering the page – and I can’t click off it. ???I don’t understand why the anchors don’t work consistently. I have had a similar issue before which and you sent me to this fix: #213575 – is that still valid?
also – still have issues with the quick css since the last update: I am having trouble getting my quick css changes to take effect since the last enfold update. I have cleared my cache, resaved the options many times, but changes on the PC and tablets are not displaying (but are fine on the mobile??). Any ideas??
thanks so much!
Nancy- This reply was modified 9 years, 9 months ago by Munford.
Just looked at the anchor links on the mobile and they are all landing too high with all the titles under the header. Should I try the same css for the mobile or is there some other problem. I really need these links to work properly or I will have to redo all the navigation on the site :(
Hi Ismael,
thanks–that improved things. Most links hit correctly most of the time, and some land just a little high but with the title visible. See: http://imgur.com/62IhC8Y where the line above “Climbing in Bolivia” is under the header. I can live with it, but would like to understand why anchors made the same way display differently on different pages.off this topic but I am having trouble getting my quick css changes to take effect since the last enfold update. I have cleared my cache, resaved the options many times, but changes on the PC are not displaying (but are fine on the mobile??). Any ideas??
thanks for your continued great support!
Nancy- This reply was modified 9 years, 9 months ago by Munford.
Hi Josue
thanks for your help. I know how to hide the time/date, but wanted to know if it is possible to swap the position of the date/time stamp and excerpt on the latest portfolio widget? I’d actually like to hide the date/time and have the excerpt display under the title instead of below the thumbnail.regarding the theme options – not sure what you mean by resaving the theme options. I have saved them many times, and cleared the cache, btu am still not seeing them displayed on my site. not sure what is happening. they display fine on the mobile.
thanks
Nancyyes sometimes it does, many times it doesn’t – frustrating as I need it to land with the title showing. Also on the mobile it loads correctly and then moves up at the end of the loading. I just clicked on Trekking > Peru from Climbing and got this:
It seems like the Trekking page works most of the time but the climbing and exploring pages always land under the header.
??
thanks for your time
Nancy- This reply was modified 9 years, 9 months ago by Munford.
is it possible to swap the position of the date/time stamp and excerpt on the latest portfolio widget? I’d actually like to hide the date/time and have the excerpt display under the title ( see sidebar on page above).
also I just updated to enfold 3.08 and now I can’t see my advanced styling is working – h4 is supposed to be blue as is bold font in body. My background color is also wrong – ?? but it’s all OK on the mobile??? This happened before after a recent update.
Any ideas?
- This reply was modified 9 years, 9 months ago by Munford.
This reply has been marked as private.regarding #1 above – I have used this:
td {
border-bottom: #ffffff!important;
border-top: #ffffff!important;
border-right-color: #ffffff!important;
border-left-color: #ffffff!important;
}kind of a round-about fix but it works. I can override it in Table Press options to show the borders on other tables I use – like under Pricing.
- This reply was modified 9 years, 9 months ago by Munford.
This reply has been marked as private.thanks that seems to have fixed the problem.
Hi Ismael
Thanks for your help. Strange but I started copying my css and pasting it at the top of the quick css and then the changes took effect. I am only seeing an error now on the mobile where my content has a 30px padding on the right side, but I will check through the code again.
thanks for your help
nancynope. still showing all the icons and image overlay icons, and my fonts are not correct. The advanced styling is only working on the mobile.
Still only some of the quick css on my child theme is working, have cleared the cache, checked the code. Some of it is taking effect on the mobile instead (.content .entry-content-wrapper {padding-right: 30px!important;} for example shows on the phone but not on the PC).
I really want to keep the child theme, but this is frustrating. Any ideas?I am also seeing that I am getting extra padding/margins on the mobile = although css styling is displaying correctly there that doesn’t on my PC. ??
Thanks Yigit –
I looked at the site and it was indeed improved but now I am again seeing my quick css changes not dsiplaying.
I have for instance this:
.widgettitle{
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
and yet the font is displaying at 600 & when I look at the inspector it is this:
.widgettitle {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
I have cleared the cache many times. no change. I also now see that my h4 heading, which after your fixing the site displayed correctly in blue #2d5c88, are now black again. I did not change those settings. Not sure what is going on here. Also this is not working, though it was before I added the child theme:
/*padding sides*/
.container {
padding: 0px 30px;
}
.content .entry-content-wrapper {
padding-right: 30px!important;
}It is displaying and still listed in the inspector at a 50px padding.
I am still seeing icons on my landing page & in my portfolio grid overlays.
I have this:
/*disable icons in front page boxes*/
.iconbox_icon {
display: none!important;
}/*disable icon on overlay but keep transparency*/
.image-overlay .image-overlay-inside {
display: none;
}
?? Should I be putting all my css changes in the child theme? I don’t get what’s happening.A general question about child themes and how to use them – after I have all my quick css changes is it good to just copy them to the child theme files? what is a smart way to use the child theme during development, as I tend to go back and forth on styling.
thanks for your continued help,
Nancy- This reply was modified 9 years, 10 months ago by Munford.
anyone?
This reply has been marked as private.any ideas? none of my css is working on my child theme. kind of frustrating as I am working on customization on the site.
thanks
NancyHI Elliot
None of my quick css is being applied from my child theme.
Before I made it all was working fine. Is there an issue when you make a child theme after you have built a site? I think it’s all set up right, but none of my customization is working.
??
NancyThis reply has been marked as private.January 20, 2015 at 8:35 pm in reply to: ERRORS: Feature image not uploading/ updates not taking #382636thanks it’s working better now.
perfect thanks!
It’s not possible to set individual links for the feature images, is it?January 15, 2015 at 9:48 pm in reply to: ERRORS: Feature image not uploading/ updates not taking #380472Hi Elliot
No the problem is the page doesn’t update – I get a blank page and a warning that if I reload it will resubmit data, but it’s always blank. When I go back to the edit page, the changes I made are gone :(- This reply was modified 9 years, 10 months ago by Munford.
-
AuthorPosts