Forum Replies Created
-
AuthorPosts
-
Hi Andy,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#socket { z-index: 999!important; }
Regards,
Yigit
September 11, 2013 at 9:04 am in reply to: Iconlist in sidebar widget – resize probs in responsive mode #140243Hi Katharina,
Can you try adding !important to each class
@media only screen and (min-width: 767px) and (max-width: 989px) { .avia-icon-list .iconlist_content_wrap { overflow: none!important; text-align: center!important; }
.avia-icon-list .iconlist-timeline { left: 65px!important; }
.main_color .avia-icon-list .iconlist_icon { left: 32px!important; } }
Regards,
Yigit
Hi,
1) You can go to Appearance > Menus and delete one of Home menu item
2) As i see you have changed Header type so there is no such problem
3) In your WordPress theme directory you should go to Enfold folder and open Footer.php file and find following code in line 96
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; ?></span>
4) Can you post a screenshot showing the changes you would like to do? You can use http://imgur.com/
5) You can download Spanish files from this topic https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Then you should open wp-config.php file in your WordPress installation and find following code
define('WPLANG', '');
and change it to
define('WPLANG', 'es_ES');
6) You should reload the page when you rotate or change slide to make slider adopt current screen size.
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .gallery .gallery-item { width: 215px; height: auto; }
Regards,
Yigit
Hi Tybo,
I tried locally and did not have any issues. It will be better if you post the link of your website when you launch it. For now you can try adding following code to Quick CSS in Enfold theme options under Styling
img, a img { margin: 0!important; padding: 0!important; }
Regards,
Yigit
Hi,
Actually it should be below the image. For a quick fix you can add following code to Quick CSS
span.blog-tags.minor-meta { padding-top: 385px!important; }
Regards,
Yigit
Hi,
I checked your logo and it looks the same on both IE 10 and Chrome. 332x88px. I guess problem solved? If not, please post a screenshot
Regards,
Yigit
September 11, 2013 at 7:29 am in reply to: Need to Move and Maybe Change Social Media Icons in my Header #140376Hi,
Can you once again make sure that you have set Featured Image in portfolio page?
Regards,
Yigit
September 11, 2013 at 7:13 am in reply to: How to remove the Border around the Breadcrumb navigation? #140558September 10, 2013 at 5:43 pm in reply to: How to remove the Border around the Breadcrumb navigation? #140556Hi,
Isn’t Space-blog page your main blog page? I clicked on Space-blog in breadcrumbs in all three blogs posts and links go right back to http://uprisetestdomain.co.uk/paramount/space-blog/
Regards,
Yigit
September 10, 2013 at 4:47 pm in reply to: Iconlist in sidebar widget – resize probs in responsive mode #140241Hi Katharina,
Please try adding following code to Quick CSS in Enfold theme options under Styling
@media only screen and (min-width: 767px) and (max-width: 989px) { .avia-icon-list .iconlist_content_wrap { overflow: none; text-align: center; }
.avia-icon-list .iconlist-timeline { left: 65px; }
.main_color .avia-icon-list .iconlist_icon { left: 32px; } }
It will move the content of icon list under icon when displayed on screens between 767px and 989px.
Regards,
Yigit
September 10, 2013 at 3:54 pm in reply to: Header Type change ??? : Fixed Header with Social Icon and additional Navigation #140437Hi,
You would like to remove sub menu and social icons when scrolled down but keep the main menu fixed in Fixed Header with Social Icon and additional Navigation type of header? If so, it is not possible.
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options to remove main navigation and side navigation
#header_main_alternate { display: none; }
#top .widget_nav_menu .nested_nav { display: none; }
Regards,
Yigit
Hi,
To open images in lightbox, in portfolio page you should click on Add Media and add image on the top of the content. Then you should set a Featured Image on the lower right side of the page.
You can add following code to Quick CSS in Enfold theme options under Styling to remove featured image in single portfolio pages.
.page-thumb img { display: none; }
In your WordPress theme directory, please go to Enfold folder and open Footer.php file and find following code in line 96
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; ?></span>
Regards,
Yigit
September 10, 2013 at 2:18 pm in reply to: WooCommerce "Store Page" not recognizing layout options #139759Hi,
You can add following code to Quick CSS to remove that black bar
.alternate_color { display: none; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .header_color .sub_menu ul li a:hover { color: red; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px;}
.iconbox_top .iconbox_content { text-align: left; }
To increase the size of icons you should adjust the value of font-size and padding
Regards,
Yigit
September 10, 2013 at 1:27 pm in reply to: LayerSlider in my Enfold Theme site not displaying on iPad or iPhone. #140338Hi,
Can you please once again make sure that ‘Responsive’ is checked in your slider settings?
Regards,
Yigit
Hi Miguel,
You are currently using version 1.7. Please update Enfold to version 2.1 and WordPress to 3.6
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/channels/aviathemes/67209750
After updating Easy slider should work
Regards,
Yigit
Hi Vedran,
Can you please once again make sure that Post Number in Portfolio Grid setting is not set to 9
Regards,
Yigit
Hi,
Can you post a screenshot of the issue you are having? I have tested your site on IE 10 and there seems to be no problem with your logo
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
img.avia_image.avia_image_team { float: left; }
Regards,
Yigit
September 10, 2013 at 11:49 am in reply to: Need to Move and Maybe Change Social Media Icons in my Header #140374Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#top .sub_menu>ul { top: -36%!important; margin-left: 1px; }
Regards,
Yigit
Hi Xavier,
To display big preview picture you should go to Enfold theme options and change blog style to “Single Author, big preview pic” under General Settings
Posts that have the same tags will be displayed in “You might also like” section. You can add tags in post page
Regards,
Yigit
-
AuthorPosts