Forum Replies Created
-
AuthorPosts
-
Hi!
You can refer to Ismael’s post here to turn on debugging mode on Avia Layout Builder to see shortcodes while you are building your template https://kriesi.at/support/topic/vertical-paddingspacing-increased-about-double-for-no-apparent-reason/#post-195054
Please try deactivating all active plugins and check if issue remainsBest regards,
YigitHi!
Can you post the link to your website so we can inspect elements on it?
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired.header_color .avia-menu-fx { background-color: red; color: #ffffff; border-color: red; } .avia-menu-fx { height: 3px; }
Best regards,
YigitHey!
Can you post the link to your website? We may need an admin login as well, so please post it privately if you do not mind.
Regards,
YigitHey!
As a workaround you can try to use this plugin http://wordpress.org/plugins/smarter-navigation/
I personally have not tried it, i hope it works for you!Regards,
YigitHi jmaguirrei!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.big-preview a { pointer-events: none; cursor: default; }
Cheers!
YigitHi xpoveda!
You should modify 404.php file in wp-content\themes\enfold folder and error404.php file insisde wp-content\themes\enfold\includes folder.
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.Cheers!
YigitDecember 11, 2013 at 3:44 pm in reply to: Text box element centered when in responsive tablet view? #199017Hey Kacie!
Please add following codes to Quick CSS as well
1).avia-slideshow .image-overlay { display: none!important; }
1b) Please see https://kriesi.at/support/topic/how-can-i-change-the-hover-icons-or-setting-off/#post-196164
2)em { text-transform: uppercase; }
3)
.avia-content-slider .slide-meta { display: none; }
3b)
.avia-content-slider .slide-image { display: none; }
4) No, it is not possible
5) Color section element is a fullwidth only element and that is why it pushes sidebar content down. You can try to remove sidebar and use Widget Area element instead if you would like to use Color section element and sidebar widgets
6).av-masonry-entry { width: 24.98%; }
Cheers!
YigitHey ShortieD!
Yes, to display related posts, post tags you have added in different posts should be the same and they will appear automatically
Cheers!
YigitHi!
Changes are done. Please review your website. You can find custom CSS code i added in Quick CSS section
Regards,
YigitHey!
Please try adding following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive .logo { height: 110px; }}
That should do it
Regards,
YigitHi!
You can simply go to Enfold theme options and click “import dummy data” and dummy content will be imported
Regards,
YigitHey!
I have set slider width to 100% and that did the trick. Please review your website and confirm that it is working so we can mark the thread as resolved.
Regards,
YigitHi!
Glad you found the culprit. Let us know if you have any other questions or issues
Cheers!
YigitHey!
Please add following code to Quick CSS and adjust as desired
.main_color strong a, .alternate_color strong a { color: blue; }
I thought you wanted all link and bold colors to be inheritted but that should fix it
Cheers!
YigitHey!
It looks fine on my end. Please see screenshot here http://i.imgur.com/Qt4UvKL.jpg
Can you post a screenshot of the issue you are having so we can make sure that we are on the same page?Cheers!
YigitHi!
You are welcome. Please point out the element, i can take a look while i am at it :)
Best regards,
YigitHey!
@aspoy Can you post the link to your website so we can inspect elements?
Cheers!
YigitHi!
You are welcome Andrew! If you would like to set link colors to inherit as well, please use following code instead
.main_color strong, .alternate_color strong, .main color a, .alternate_color a, .main_color strong a, .alternate_color strong a { color: inherit; }
I am closing this thread for now. Let us know if you have any other questions or issues
Cheers!
YigitHi!
I have just logged in. The code was not in Quick CSS. So i have added and set all these colors to inherit with following code
.main_color strong, .alternate_color strong, .main color a, .alternate_color a, .main_color strong a, .alternate_color strong a { color: inherit; }
Cheers!
YigitHi!
Can you elaborate? What exactly would you like to change on menu items?
Best regards,
YigitHey!
Do you mind creating a temporary admin login so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#menu-item-2709 a { padding: 5px; background-color: blue; color: white; }
Best regards,
YigitHi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Regards,
YigitHey!
I have just checked your website on my iphone and it looks fine. Please see screenshots below
http://i.imgur.com/BtGgaMn.png
http://i.imgur.com/8HuGNHa.png
http://i.imgur.com/b1tROZu.png
Have you tried checking your website on another mobile device?Regards,
YigitHi!
You are welcome! Let us know if you have any other questions or issues
Cheers!
YigitHey!
Please add following code to Quick CSS
#header .avia_mega_div { width: 1010px; } @media only screen and (min-width: 767px) and (max-width: 1120px) { #header .avia_mega_div { width: 800px; } }
Flush browser cache after applying the code and refresh your page a few times
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
body .column-top-margin { margin-top: 20px; }
You can hire a freelance developer from Microlancer or you can also request quote here.
Cheers!
YigitDecember 10, 2013 at 5:22 pm in reply to: Flyout Menu – Responsive Screen Sizes (including iPad Portrait) #198610Hi!
Please go to wp-content\themes\enfold\js folder via FTP and open avia.js file and make changes in Ismael’s post.
Best regards,
Yigit -
AuthorPosts