Forum Replies Created
-
AuthorPosts
-
Hi,
Good to hear you have the button issue solved, if I understand correctly you would link to hide the slider captions on mobile, please try:@media only screen and (max-width: 426px) { .avia-caption.av-slideshow-caption { display: none !important;} }
adjust the max-width number to suit.
Best regards,
MikeHi,
Nether of the plugins worked, or the article didn’t work?
Perhaps TinyMCE has changed, have you considered reaching out to the TinyMCE Advanced group or using css to assign the font styles?Best regards,
MikeHi,
When you import a demo it will overwrite your whole site. But you can copy pages from the demos using the Avia Layout Builder Debugger and copy the shortcode from any page. The shortcode is a block at the bottom of the editing page
You could create a localhost and download the demos for the pages you want, or if you only want one page let us know and we could send you the shortcode for it.As for your other question, I’m unsure what you mean, please explain.
Best regards,
MikeHi,
Please try:@media only screen and (max-width: 767px) { #top #wrap_all .main_menu li#menu-item-search { color: yellow !important; } }
Best regards,
MikeHi,
Since the two were create with different methods they would not have the same look. When using the advanced layout builder it doesn’t use the template, this is to allow you to create the style or layout you would like. To have a uniform look to all your posts we would advise to use the same method.Best regards,
MikeHi,
The Private Content area is the space below the post that is only visible to you, it should look like this:
earlier above, I spoke of a alternative method to import the demo, I have been testing with importing the demos with this plugin with the few that have had issues with their webhosts, so far everyone has been pleased.Best regards,
MikeHi,
I tested your home page on a clean install and the buttons hide correctly, Please try disabling your plugins to see if this helps.Best regards,
MikeJanuary 22, 2018 at 3:02 pm in reply to: Mobile menu not opening main menu pages only sub menu pages #900823Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 22, 2018 at 2:42 pm in reply to: Newest version of Enfold Error /php/shortcode-parser.class.php file #900813Hi,
I see that you have downgraded to v4.2, but it reads like you tried to use the v4.2.1 “avia-shortcodes\comments.php” fix is this true?
You won’t have “phpshortcode-parser.class.php” in v4.2 so that is ok.
I made a copy of your site and tested replacing all of the Enfold files, and disabling all of your plugins, with no luck. So I don’t believe this is a file issue, I’m thinking this is a database issue.
I notice that all of your menu items say “custom link” but point to nowhere, also your menu is all on the same level, that is why it is taking the top half of the screen.
I was able to copy the shortcode from your homepage and create a new page on my localhost, but I couldn’t on your site because when opening a new page this code it inserted automatically:<span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span>
and when saving your site will not stay in the advanced layout builder. This seems to be a TinyMCE issue I read above that you are using PHP version: 5.6.30 and couldn’t upgrade to v7, is this correct?
Sorry I was not much help, I’m asking the rest of the team to take a look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 22, 2018 at 12:06 pm in reply to: How to change the font of the captions on a FullScreen Slider element #900759Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 21, 2018 at 11:22 pm in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900510Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I used the developer tools in Chrome (F12)
But I believe there are plugins that will show you this when you edit the page, maybe this does: Reveal IDsBest regards,
MikeJanuary 21, 2018 at 10:58 pm in reply to: Text "Menu" and "Search" shows up under each product title on Mobile #900496Hi,
Thank you, perhaps you could leave a review at Theme Forest
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 21, 2018 at 10:52 pm in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900495Hi,
Please clear your browser cache and check, I used your link and it’s working.
please see screenshot in Private Content areaBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey ftt123,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeJanuary 21, 2018 at 10:14 pm in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900478Hi,
Try:@media only screen and (max-width: 1025px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}
Best regards,
MikeHi,
If you include ftp access I’ll try downloading that file again, but have you tried disabling your plugins and/or overwriting your woocommerce files?Best regards,
MikeHey Alan,
Adjust these codes and add to the General Styling > Quick CSS field
For the headings & the box under the tables:.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: blue!important; color: #ffffff!important; border-color: aqua!important; }
For the even rows:
.main_color .pricing-table>li:nth-child(even) { background-color: coral!important; color: #fff!important; }
For odd rows:
.main_color .pricing-table>li:nth-child(odd) { background-color: black!important; color: #fff!important; }
Best regards,
MikeHey solid-image,
Try this code in the General Styling > Quick CSS field for a solid color:#header_main_alternate.container_wrap { background-color: #fff !important;}
or this for some transparency
#header_main_alternate.container_wrap { background-color: rgba(255,255,255,0.7) !important;
Best regards,
MikeJanuary 21, 2018 at 9:36 pm in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900468 -
AuthorPosts