Forum Replies Created
-
AuthorPosts
-
And another MOBILE issue with these codes I”ve added is that the MENU is covering up the top portion of the page
And the menu “burger” icon is gray, instead of white. Basically, it is set in the scroll colors
Ok, that kinda worked. I add this code below, but it is using the wrong logo for the transparency. I have a gold logo and a blue logo. The GOLD logo is the first with the transparency and the BLUE logo is when it scrolls. But on mobile, they are both BLUE and it doesn’t show the GOLD logo at all.
@media only screen and (max-width: 990px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}October 7, 2019 at 10:13 pm in reply to: Development status parallax effect working on mobile devices #1145940Please make this happen soon, or at least give us an option. Instead of having to go into the code and erase parts. There are so many Themes that have this effect that works already and 1/2 of my clients want this effect. Thanks
- This reply was modified 5 years, 1 month ago by bemodesign.
July 2, 2019 at 2:09 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1114992I just checked and it seems to all be working now. Thanks for your help. Would be really nice to let us just have the option to turn on or off. Other templates have parallax as an option and when clients see this, they always want it on mobile.
June 21, 2019 at 9:43 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1112437any ideas on why it didn’t work?
thanks
June 14, 2019 at 7:48 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1110447I deactivated File compressions settings and gave you wordpress credentials in private.
June 13, 2019 at 12:23 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1109631It says “Testimonials” and nothing under it. And then below that, the Tab section(“OUR APPROACH…”) doesn’t work. But if you go to the About page, the same tab section works.
Besides this, is all the code needed look correct?
June 11, 2019 at 12:02 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1108921I added the debug code to the wp-config.php file and added the code for the Child theme into the functions.php file. I don’t get the same error but the Testimonials don’t show now and the Tab Sections don’t work. Can you check?
June 4, 2019 at 11:53 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1107311I made the Child theme Active, added the code you gave above to the functions.php file and added the js folder and modified shortcode. Then I get an error message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”
My SFTP info is in private in case you want to look. Thanks for all your help so far.May 29, 2019 at 11:33 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1105302Yikes, very confusing. I suppose I would have to hire someone to give me the exact codes and exact where they go? If I just knew what code goes where, I could do it myself. I just can’t figure out what the code is supposed to be and where to add it.
May 23, 2019 at 11:06 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1103812So I would just add this code, wp_deregister_script( string $handle ), to the top of the “shortcode.js” file in the Parent files and then register the one in the Child theme?
May 18, 2019 at 12:02 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1101951I tried adding the updated shortcode.js file in the Child Theme but it didn’t work. Am I putting the file in the wrong area?
May 17, 2019 at 12:06 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1101601Got it. So in the child theme, I create a “js” folder and put the modified “shortcode.js” file in it? Then the parallax will always work, even when I updated the theme?
thanks
April 30, 2019 at 11:43 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1095967What if I already have a home page created? A Child theme seems to go back to the beginning when I activate.
But it is already a function that is added. It just doesn’t work. Should be able to show or hide the “Custom HTML” label. Doesn’t seem like a crazy request.
The form even has as checkbox option to show or hide:
Hide Form Labels
Check if you want to hide form labels above the form elements. The form will instead try to use an inline label (not supported on old browsers)Does this just not work?
Really need the “Custom HTML” to show on the emailed results
Did you find out why “Form Element Label” isn’t showing?
form page
login link included in private:
Ok great. I added the temp email.
Ok, but now I need the “Form Element Label” to show? I unchecked the “Hide Form Labels” box, but they still don’t show when I get the submitted email.
April 12, 2019 at 12:30 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1089785Do I need to create a child theme so that when I updated theme versions, this doesn’t get erased? If so, do you have directions on how to install a child theme easily?
Please let me know on this when you can. thanks
April 9, 2019 at 8:08 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1088849I just checked and it is working. Do I need to create a child theme so that when I updated theme versions, this doesn’t get erased? If so, do you have directions on how to install a child theme easily?
April 9, 2019 at 1:32 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1088470I did toggle and I am using Color section. The top part is using the “plugin” for the parallax effect and works on mobile, but underneath that is enfold color section, set to Parallax, that still isn’t working. Any help would be appreciated. Credentials below:
I added this and it is in the same spot, over the logo and to the left of the shopping cart icon.
Kinda seems like Codeable is trying to get some freelance work. Just weird when all these other, less experience themes, can do what you guys can’t figure out or don’t want to.
Guess I will just resort to using “Advanced WordPress Backgrounds” plugin to get the effect.
Disappointing
April 4, 2019 at 1:09 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1086706I tried to remove the code below from the js > shortcodes.js file, but it still doesn’t work. Is there something I can remove to make it work??
if(_self.isMobile)
{
return; //disable parallax scrolling on mobile
}I tried to remove the code below from the js > shortcodes.js file, but it still doesn’t work. Is there something I can remove to make it work??
if(_self.isMobile)
{
return; //disable parallax scrolling on mobile
} -
AuthorPosts