Forum Replies Created
-
AuthorPosts
-
nevermind- I am now using a slider sidebar menu for the site. I could never work that original issue out!
thanks! I think I can handle some CSS but I got stuck right after the first step. I was able to input the first code into functions.php.
This is where i was unsure what to do.
“Edit the includes > loop-portfolio-single.php file, look for this code around line 47.”thanks- I have set up a test page and have been trying everything. I turned off the plugin and the ‘sidebar’ is showing on the bottom of my portfolio pages still in very weird colors.
The test page is named TEST and is a portfolio item.
I have to come out of maintenance mode- so depending when you can reply- I may deleted the sidebar on the bottom of the page.
I’M at a loss. I have removed code, changed settings… note I am using a plugin for the sidebar called Bellows
I checked the layout -> dimensions, but will adjust to see if it changes.
Are you able to access the private info above?thinking back- I was trying to do something and followed instructions I found on this support site. it may have something to do with the PREVIOUS/ NEXT buttons I could never get working?
The highlighted code on the attached image is where I was instructed to place the code (after the header). But I don’t know where it stopped.
can someone take a look at single-portfolio.php?
https://ibb.co/fhk6sRI removed that code and refreshed- nothing changed.
I only have sidebars on the portfolio pages.
why would it have changed? I did adjust the footer- would that make something go wrong?This is not working for me on the portfolio pages at all. I may have a plugin conflict or I am not using it correctly.
I can’t find that.
I think I am looking for a more obvious prev-next buttons than the hidden ones.
maybe it’s a plugin? does anyone know?
something like this https://ibb.co/dxiSk6so I should still go wtith php 7?
today they (Bluehost) did something that really made things screwyI chose the first option.
It has deposited some unwanted code on my products. Is there a way to deal with that?
https://ibb.co/fahe7m (see yellow area)thanks
Thanks– Now I have a choice of three options
http://bit.ly/2iulftIoption 1 – PHP 7.0 [Beta, check site functionality for compatibility after enabling]
All files with the extension .php will be handled by the PHP 7.0 engine.
Latest version of PHP.
option 2 – PHP 7.0 (Single php.ini) [Beta, check site functionality for compatibility after enabling]
Same as PHP 7.0, but all subdirectories will use ~/public_html/php.ini
option 3 – PHP 7.0 (FastCGI) [Beta, check site functionality for compatibility after enabling]
All files with the extension .php will be handled by PHP 7.0 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpreter on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.November 19, 2017 at 2:38 am in reply to: Enfold 4.2 – Header Menu / Problem – Mobile / Desktop #878699I use enfold on Bluehost and I am getting info (check my thread) about settings.
Just starting to figure it out but here is the link they sent:
https://box769.bluehost.com:2083/cpsess8380558571/frontend/bluehost/cptt/phpconfig.html?login=1&post_login=64541331125611November 18, 2017 at 10:35 pm in reply to: Enfold 4.2 – Header Menu / Problem – Mobile / Desktop #878661I’m also having this issue fyi
November 16, 2017 at 11:35 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877836thanks- Things got a little wacky.
what do you think is making my header (homepage) show another menu top left?also, this page and others like it– I can’t get the attributes to show up on variable products. any ideas?
- This reply was modified 7 years ago by kbarranco.
November 16, 2017 at 10:31 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877800I did.
Please tell me if I am losing my mind, but usually after unzipping the download, there would be a file called “enfold.zip”do you see it?
https://ibb.co/nak9L6November 16, 2017 at 9:37 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877761This video may be outdated- I downloaded what I think is the newest version but can’t find the enfold.zip within it.
November 16, 2017 at 8:40 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877726oh good catch.
I went to Theme forest and they page says it is 4.1– I downloaded it thinking the page isnt updated.Should I replace it manually? I am trying to activate the main theme so i can delete it via the wp interface, but it keeps throwing me back into the admin.
- This reply was modified 7 years ago by kbarranco.
November 16, 2017 at 7:20 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877684It comes up in my woo status
thank you! perfect.
Thanks Nikko-
I just need to adjust the font size too.I am afraid the CSS that pertains to this in QuickCSS is a mess. Can you see if there is unnecessary code or duplicate? see below:
/*portfolio grid- test*/
.grid-entry:hover .grid-content {
opacity: 1!important;
}
.grid-content {
opacity: 0!important;
}
/*css from enfold*/
.home .grid-image:before {
background: rgba(0,0,0,0.5) !important;
top: 0 !important;
padding: 0 !important;
display: flex !important;
align-items: center;
justify-content: center;
}
#top .no_margin.av_one_fifth.grid-entry {
padding-right: 24px;
padding-bottom: 24px;
}
.grid-content {
margin-top: -54px;
}
.grid-image:hover:before {
top: 50px;
}
.grid-entry:hover .grid-content {
opacity: .2;
}
.grid-content {
opacity: .2;
}
.image-overlay-inside:before{
display: none !important;
}
/* below code fixes squares and labels that show on bottom*/
.image-overlay {
background: #ffffff;
}
.grid-image:before {
content: attr(title);
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
opacity: 0;
font-weight: 200;
font-size: 24px;
color: #ffffff !important;
top: 50%;
}
.grid-image:hover:before {
opacity: 0.9;
}
.grid-image:before{
transition: all linear 0.2s;
}
/*cleans up messy borders,deletes title on bottom*/
.grid-content {
display: none !important;
}
/* for sliding title*/
#block-post article .slide-content {
position: absolute;
top: 0;
}thanks-
well- one more question. Can i get the same look using the MASONRY grid without a lot of customizing? I just wonder why I get such different layouts:
https://imgur.com/bLcygGKok- I was trying all the different grid types.
MASONRY GALLERY has more of a manual input of the content than the other MASONRY grid which allows you to choose categories and it captures the title of the image vs what the image file is named.sure-
I got it.
I just removed the code that was used to make the slides link.I found out what was done. Can you help me un-do this?
see
reply #629622ok- thanks
yes- it still happpens when on a test page.
I remember, I think there may be custom code to make it do that since this was done before the current theme was updated. I don’t know how to remove that code– -
AuthorPosts