Forum Replies Created
-
AuthorPosts
-
Hi ctchope!
Thank you for using the theme.
I’m sorry but it’s not possible with the theme but you can use a plugin such as https://wordpress.org/plugins/wp-backgrounds-lite/. The downside is you need to use the boxed layout and when adding an image, you need to add the actual image url because the plugin’s media uploader is not working.
Cheers!
IsmaelHey elianab!
Thank you for visiting Kriesi’s support forum.
Please refer to this link on how to add or upload your own icons: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
IsmaelAugust 2, 2014 at 3:59 am in reply to: Enfold 2.9 and Combo Widget for Posts – How can I remove "Comments" tab #299066Hey michaelhiga!
Thank you for using the theme.
You can add this on Quick CSS or custom.css to remove the comment tab:
.tab.widget_tab_comments.tab_counter_2 { display: none !important; }Best regards,
IsmaelHey!
Glad it worked.
This should change on mobile as well. Just remove the browser cache then reload the page.
Best regards,
IsmaelAugust 2, 2014 at 3:55 am in reply to: Layerslider issue: Does not properly display on Internet Explorer 11, 10, 9 #299064Hey!
Yes, we checked the screenshots but we can’t reproduce it on our installations. I’m sorry but I have to ask Devin to test it again. You can hire a freelance developer to test it on all kinds of browsers and operating systems.
Best regards,
IsmaelHey set70!
Thank you for the info.
Please add this on Quick CSS or custom.css:
.avia-msie .single .size-full { max-width: 600px; }Cheers!
IsmaelHey Knut!
Thank you for using the theme.
Are you referring to the box shadow of the header meta? Please use this on Quick CSS or custom.css:
#header_meta { box-shadow: none; } #header_main { border-top: none !important; }Best regards,
IsmaelHey nzjosh!
Thank you for using the theme.
1.)
2.) Add this on Quick CSS or custom.css:
span.post-meta-infos { display: none; }3.) Use this for the blog title:
#top .flex_column .template-blog .post-title { font-size: 30px; }4.) You need to add featured images on the posts.
5.) Please edit the home page then configure the Blog Posts element. Set the Blog Content length to show the Full Content. Unfortunately, you can’t add side arrows but you can enable the pagination.
Cheers!
IsmaelHi kdm!
Thank you for using the theme.
I’m sorry but can you please explain a little bit further. A link to the actual page with the TAB will help.
Regards,
IsmaelHey!
I’m sorry but the screenshot and the website are not loading. When you upload the logo, make sure that you select the Fullsize thumbnail size option before clicking the “Use image as logo” button. I’ll ask Yigit to take a look.
Regards,
IsmaelAugust 2, 2014 at 3:08 am in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #299054Hey!
Did you remove the blog grid element? There’s an issue on your website using Chrome where the header shadow is being duplicated when you scroll the page. Please add this on Quick CSS:
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Best regards,
IsmaelHey!
Thank you for the update.
What do you mean by “adjusting the images”? Home page looks ok now: http://dev.desertkingwindows.com/
Regards,
IsmaelHi!
Edit the image code on the post itself.
<a href="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" class="lightbox-added aligncenter" style="float: none; text-align: center; margin: 0px; padding: 0px;"><img class="aligncenter size-full wp-image-5456" src="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" alt="hristos_v_pustyne" width="566" height="500"><span class="image-overlay overlay-type-image" style="left: 12px; top: 0px; overflow: hidden; display: block; height: 520px; width: 576px;"><span class="image-overlay-inside"></span></span></a>Replace the image link with the original image:
<a href="ORIGINAL IMAGE URI HERE" class="lightbox-added aligncenter" style="float: none; text-align: center; margin: 0px; padding: 0px;"><img class="aligncenter size-full wp-image-5456" src="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" alt="hristos_v_pustyne" width="566" height="500"><span class="image-overlay overlay-type-image" style="left: 12px; top: 0px; overflow: hidden; display: block; height: 520px; width: 576px;"><span class="image-overlay-inside"></span></span></a>Regards,
IsmaelAugust 2, 2014 at 2:35 am in reply to: Enfold > Responsive Menu > Change CSS for single menu item #299045Hey David!
Thank you for using the Enfold theme.
I don’t see any unique styling on the Cart menu item. Please use this to hide it on mobile:
@media only screen and (max-width: 989px) { #menu-item-1537 { display:none !important; } }You can use this for the active menu item:
#menu-item-1537.current-menu-item { /* Style here */ }Cheers!
IsmaelHey midischool!
Thank you for using Enfold.
The link takes us to a page prompting us to subscribe. Please give us a temporary login details. Set it as a private reply.
Cheers!
IsmaelHey midischool!
Thank you for using the theme.
Please add this on Quick CSS or custom.css:
function remove_woo_rel(){ ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.woocommerce-main-image').removeAttr('rel'); }); </script> <?php } add_action('wp_footer', 'remove_woo_rel');Best regards,
IsmaelHi!
Yigit’s suggestion should disable layer slider plugin. Please try this code:
add_theme_support( 'deactivate_layerslider' );If possible, please post the functions.php code on pastebin.com. We would like to check it.
Best regards,
IsmaelHi!
Thank you for visiting Kriesi’s support forum! In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!Regards,
IsmaelHi!
Using the browser’s debugger console such as google chrome’s inspect element or firefox’s firebug, look for the single post body class id. This is the id of the page that you provided.
postid-3618You can then modify Yigit’s code to something like this:
@media only screen and (min-width: 1024px) { .postid-3618 .avia-video { display: none; }}This will only hide the video on that specific post.
Regards,
IsmaelHi jennak04!
Thank you for using the theme.
Unfortunately, these particular requests are beyond the scope of support and is not a theme related issue. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. It is possible to change the url #tab-id-1 but you can’t specify different url or id for each tab. You might need to find a plugin or hire a freelance developer to add the feature for you.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelHi!
1.) After adding the snippet, edit any elements on the advance layout builder and you should see the Custom CSS field.
2.) On the advance layout builder, go to the Media Elements pane, insert the Image element, then edit it to adjust the image animation.
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Cheers!
IsmaelHi!
Thank you for using the theme.
If you’re planning to use the image for the Single Author, small preview pic blog style only, 180x180px featured image should be enough.
Cheers!
IsmaelHi Julie!
Thank you for using the theme.
If you don’t mind, we would like to see the actual website. Did you use any membership or role plugins?
Best regards,
IsmaelHi!
Sorry for the delay.
2.) Add this on Quick CSS or custom.css to remove the border:
.special-heading-border { display: none; }3.) Use this for the H2 headings:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: uppercase; letter-spacing: 1px; font-size: 34px; line-height: 1.1em; }4.) Contact form at the bottom of the page shows fine when I checked it.
Regards,
IsmaelAugust 2, 2014 at 1:49 am in reply to: Change the style of slide show buttons "Previous" & "Next" #299024Hi!
Thank you for the update.
Did you install layer slider separately? Try to add this on Quick CSS or custom.css:
.ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides { display: inline-block; height: 10px; width: 10px; border-radius: 30px; background: #000; opacity: 0.3; filter: alpha(opacity=30); border: 2px solid #fff !important; text-indent: 300%; overflow: hidden; text-indent: 0; z-index: 10000; }Best regards,
IsmaelHey RcomTrading!
Thank you for using the theme.
You’re using a very large image (1748x741px) which is resized down to a smaller image via CSS. Please resize the image to 184x44px using an image editor then upload it again.
Cheers!
IsmaelJuly 31, 2014 at 3:18 am in reply to: Change Blog – latest posts and Archive for category in child-theme functions #298065Hey!
The website is not loading the styles properly. Please try to deactivate all plugins then test it again.
Regards,
IsmaelHi!
Unfortunately, you can’t select the number of columns but if you select the Flexible Masonry, you can get as much as 4 columns and 6 for larger screens. You can also adjust the width of the column container using CSS.
.av-masonry-entry { width: 24.90%; }Regards,
IsmaelHi!
Thank you for using the theme.
No, 1920px is not the correct width across all screen resolution. The theme is using 1210px which is a standard width for screen resolution more than 1340px. You need to use media queries if you want to change the width of the body container for different screen sizes. This is the default container width:
@media only screen and (min-width: 1340px) { .responsive_large .container { width: 1210px; } } @media only screen and (min-width: 1140px) { .responsive .container { width: 1030px; } } .container { width: 910px; } @media only screen and (max-width: 767px) { .responsive .container { width: 268px; margin: 0 auto; } } @media only screen and (max-width: 767px) and (min-width: 480px) { .responsive .container { width: 428px; margin: 0 auto; } }You can adjust the width.
Best regards,
Ismael -
AuthorPosts
