Forum Replies Created
-
AuthorPosts
-
Hey!
It’s working fine on my XAMPP setup. It’s most likely a problem in your functions.php file if your getting a white screen. Try completely deleting the theme and child theme before downloading + uploading a fresh copy from themeforest and then try it again.
1. Add Josue’s code to the bottom of your child theme functions.php file, https://kriesi.at/support/topic/modifying-jsavia-js-for-a-child-theme/#post-360250.
2. Create a new folder in the child theme named “js” and then copy the avia.js file from Enfold into the new folder.
3. Do the edits here, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, in the child theme avia.js and functions.php file.
If your still getting a white screen then your probably adding a typo somewhere.
Cheers!
ElliottHi Tyler!
I’m on Windows 7 with same version of IE but I’m not hearing it on my end. What version of Windows are you using? Is compatibility view turned off?
Cheers!
ElliottHey Etix!
Most of them appear to be from your separator elements. Can you send us a WordPress login so we can take a look?
Cheers!
ElliottHi!
Can you take a screenshot of your product page and highlight how your trying to change it? It’s in a different language so it’s hard to understand.
Regards,
ElliottMarch 29, 2015 at 5:05 pm in reply to: Hide submenu until parent menu is selected on the sidebar #420017Hey Peter!
Add this to your custom CSS.
#top aside .sub-menu { display: none; } #top aside .current-menu-item .sub-menu { display: block !important; }Regards,
ElliottMarch 29, 2015 at 5:02 pm in reply to: Add social icons and phone number to the main logo are #420015Hey glozemedia!
You could move it around with CSS.
.phone-info { position: relative; top: 80px; }Or add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Regards,
ElliottHi microhound!
All downloads are handled by themeforest and I think they only let you download the latest version. Which plugins are having issues? Have you contacted the plugin authors?
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey umbrella8!
I gave you some CSS for this in your other topic. When you say “top menu centered” I think your referring to the phone information so add this to your custom CSS.
#header_meta .container { text-align: center !important; } .phone-info { float: none !important; }Best regards,
ElliottHi FelixWeile!
You can import the demos in Dashboard > Enfold > Demo Import. This will download most of the pages to your site so we can open them up to see how the elements are used to create each layout.
Or if you’d like then let us know and we’ll paste all of the shortcodes for each page so you can paste them into your debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
Regards,
ElliottHi umbrella8!
The phone number and other header meta info are wrapping fine on my end. Your main menu and logo are running into each other though. You can use this CSS to fix it.
@media (max-width: 1000px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Go ahead and take a screenshot and highlight what your seeing so we can get a better idea.
Regards,
ElliottHey mabraxas!
You can use this CSS.
nav.main_menu { display: none !important; }Or if your wanting to hide the whole header then there is an option for that when editing your page.
Best regards,
ElliottHi dushonok!
Try this out.
.sub-menu, .sub-menu * { background: transparent !important; }If that’s not working then send us a link to your page so we can take a look.
Best regards,
ElliottHey tsuri55!
We don’t have any features for that. You would have to create multiple sites and then create a form or links to switch between them.
If it was me I would just show the client the demos we already have setup to see which one they like best and then work from there.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey Etix!
You have some custom CSS which is adding some padding to it. I couldn’t pinpoint where it was coming from but you can add this to your custom CSS to fix it.
select { padding: 0 5px !important; }Best regards,
ElliottMarch 29, 2015 at 4:35 pm in reply to: After activating WOOCOMMERCE plugin, editing of pages freezes #419998Hey julusha!
If you deactivate all of your other plugins except WooCommerce then you’ll see the error does not display so it must be one of your other plugins. Reactivate them one by one to see which one is causing the problem.
Best regards,
ElliottHi DevelopmentSeal!
Can you send us a link to your site as well? Also let us know if we can deactivate your plugins while testing.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey Nick!
Try adding this to your custom CSS.
#top aside .sub-menu { display: none; } #top aside .current-menu-item .sub-menu { display: block !important; }Cheers!
ElliottMarch 29, 2015 at 4:23 pm in reply to: Javascript – ERROR – Prevent BackupBuddy from iThemes from it job! #419993Hi Peter!
I just got done using BackupBuddy for moving my personal site to a new hosting provider and did not have any issues. Try deactivating all of your other plugins and just activate the parent theme instead of your child theme to see if they are causing javascript errors.
Cheers!
ElliottHey TravisKempers!
Their sizes depends on how many columns your using and also the theme layout, etc etc, but the actual image sizes can be seen in Dashboard > WooCommerce > Settings > Products > Display.
Cheers!
ElliottHey TravisKempers!
You can do this in Dashboard > Enfold > Advanced Styling. Create a new rule for the “main menu sublevel links” to change it’s styling.
Cheers!
ElliottMarch 27, 2015 at 10:19 pm in reply to: show active menu indicator also when subpage is open #419650Hi MathiasVie!
Add this to your custom CSS.
.current_page_ancestor .avia-menu-fx { display: block !important; opacity: 1 !important; visibility: visible !important; }Cheers!
ElliottHi Remonudi!
You’ll need to switch the header back to the default setting for that page and then add a codeblock element to your content and add this inside the codeblock.
<style type = "text/css"> .logo { display: none !important; } </style>Best regards,
ElliottHey Aristidis!
Try this out.
.slideshow_align_caption { max-width: 50%; }You could also reduce it’s font size a bit on smaller screens like so.
@media (max-width:500px) { .slideshow_align_caption * { font-size: 12px !important; } }Regards,
ElliottHi Fritz!
Hmm, that’s pretty odd. What version of Mac OS are you using? Also, what browser is that and it’s version?
Cheers!
ElliottMarch 27, 2015 at 10:01 pm in reply to: Title and captions for featured images are not showing #419637Hi Brandon!
Are you trying to display the title and captions beneath the featured images in your single post view? Or are you trying to get them to display when you open the image in the magnific popup?
Regards,
ElliottHi Mike!
Try this out.
#top.page-id-14 .current-menu-item .avia-menu-text { color: white !important; }Cheers!
ElliottHi!
Oh I see what you mean now. You can do this with youtube like so, https://support.google.com/youtube/answer/72431?hl=en. It’s also possible with the mediaelement.js script which is what we use for self hosted video but I don’t think we have an option setup for this yet.
We’ll see if we can get something worked out in a future update but in the meantime I would consider just using our image element and then have the video play in a magnific popup.
Regards,
ElliottHi festivedaisy!
Add this to your custom CSS.
.av-masonry-sort a { margin-right: 10px !important; } .av-masonry-sort .text-sep { display: none !important; }Best regards,
ElliottHi!
For the iframe add this to your custom CSS.
.mfp-iframe-holder .mfp-content { max-width: 1100px !important; }For the image, you do not want to use an iframe for that. Edit your menu and add a class of “lightbox” to the link to have magnific popup open it up as an image instead of iframe (also remove the ?iframe=true from the URL).
Best regards,
ElliottHi!
Hmm, well it looks fine on the Moto E and Nexus 7. I’ll go ahead and flag this for the rest of our team to check.
Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
