Forum Replies Created
-
AuthorPosts
-
October 16, 2013 at 11:00 pm in reply to: Making Image for Layer Slide the same size as Easy Slider #176688
Hey freewaystar!
Integrated version of LayerSlider works only FullWidth in Enfold. You can use Easy Slider in this case
Best regards,
YigitHey simonac!
You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
Best regards,
YigitHey!
@minestelecom Thank you for your contribution! :)
To keep here more clear, please request features here https://kriesi.at/support/topic/enfold-feature-requests/Cheers!
YigitOctober 16, 2013 at 10:36 pm in reply to: How to remove dates from displaying on blog entries? #176679Hi shriii!
If you would like to remove whole post meta, add following code to Quick CSS
.post-meta-infos { display: none; }
If you would like to remove only date, go to enfold\includes folder and open loop-index.php file and find following code in lines between 113-116
http://i.imgur.com/xwNgomo.jpg
and comment them out by inserting // in front of all 4 linesCheers!
YigitHello kevbikemad!
In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left
.sub_menu { left: 0; margin-left: -15px; }
Best regards,
YigitOctober 16, 2013 at 10:16 pm in reply to: Grid layout 3 column to mobile should be one column #176673October 16, 2013 at 10:13 pm in reply to: Can I remove the menu from just one page using CSS? #176668Hi!
@michaeloeser Thanks Michael :)
@websitegurus i replied your post in your topic. You were posting in your topic again and again and that actually pushes your post to the end of the queue. We probably would have replied earlier if you have not done that, please keep that in mind :)
It would be a lot easier with CSS. I saw that you asked not to use custom css codes to remove them, if you changed your mind, let us know ( in your topic ;) )Best regards,
YigitHey chaponnel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color.iconbox_top .iconbox_icon { background-color: red; color: black; border-color: green; }
Regards,
YigitHey!
What kind of header are you using? You can add following code to Quick CSS and adjust it
.fixed_header #main { padding-top: 0; }
Cheers!
YigitOctober 16, 2013 at 9:48 pm in reply to: How to change color of enfold tabs and alternate header text #176651Hello!
And you can add following code for Social icons
#top .social_bookmarks li a { color: red!important; } #top .social_bookmarks li a:hover { color: purple!important; }
Cheers!
YigitHello!
I updated the code in my previous code. Please add it to Quick CSS if that does not work, please create a temporary admin login and post it here privately
Best regards,
YigitHey!
Please add this code in Custom.css file
@media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox .iconbox_content .iconbox_content_title { overflow: visible!important; } }
Best regards,
YigitEDIT: I did not recieve admin login. Please post it here privately if that code does not work.
-
This reply was modified 11 years, 9 months ago by
Yigit.
Hello!
You are currently using very old version. There have been many bug fixes and improvements in the theme. Please update Enfold to 2.3.2 so we can make sure that we are not trying to troubleshoot an issue that has been fixed already
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Cheers!
YigitHello seremot!
You can create a page and add LayerSlider on top and Blog Posts element under it. But you should not set this page as blog page in Enfold theme options
Cheers!
YigitHello!
Can you post username and password? You can post it privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitHello yuravw!
Please remove Partner/Logo Element and re-create it. Currently AmtechAutomotive logo is there instead of previous button. Please deactivate all active plugins as well
Best regards,
YigitOctober 16, 2013 at 9:04 pm in reply to: Possible Bug: Team Member Social Service or Icon Links Not Appearing #176616Hey!
Can you post the link to your website so we can inspect it firstly?
Regards,
YigitHey totofunk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .single-small.with-slider .small-preview { width: 100%; }
Then find following line in functions.php file
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
and change it to
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270);
After that you need to remove and re-upload your featured images
Cheers!
YigitHey ana22!
LayerSlider that comes with the theme works only fullwidth and its shortcode does not work. Did you purchased it separately?
Regards,
YigitOctober 16, 2013 at 8:51 pm in reply to: Grid layout 3 column to mobile should be one column #176609Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive #top .slide-entry { width: 100%; } }
Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hello!
I have not recieved admin login. Please post it here and make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitOctober 16, 2013 at 3:15 pm in reply to: How to change color of enfold tabs and alternate header text #176463Hello!
Please add this code instead of previous one
.sub_menu>ul>li>a { color: red!important; } .sub_menu>ul>li>a:hover { color: purple!important; }
Best regards,
YigitHi!
but before that, can you try adding the code in Custom.css file in Enfold/css folder?
Cheers!
Yigit-
This reply was modified 9 years, 1 month ago by
Yigit.
Hi!
I cannot login for some reason. Can you create another admin login?
Cheers!
YigitOctober 16, 2013 at 3:07 pm in reply to: opening pdf in text widget in a new window target blank #176454Hi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitOctober 16, 2013 at 2:45 pm in reply to: opening pdf in text widget in a new window target blank #176446Hi!
Please review your code. This is how it looks on the page http://i.imgur.com/y6lHZxk.jpg
it should be;target=”_blank”
Regards,
YigitHi RevolutionGroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.responsive .logo img { height: 74px; }
Cheers!
YigitOctober 16, 2013 at 2:35 pm in reply to: opening pdf in text widget in a new window (target blank) #176437October 16, 2013 at 2:35 pm in reply to: opening pdf in text widget in a new window (target="_blank") #176435 -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts