Forum Replies Created
-
AuthorPosts
-
February 6, 2015 at 12:45 pm in reply to: Add image or text at top of homepage between top logo and menu on right #391984
Hi!
Alright. Remove the br tags then add this css code:
strong.logo-title { display: block; width: 200px; }
Adjust the width.
Regards,
IsmaelHi!
Thank you for using Enfold.
I’m sorry but when I checked the page it is set to boxed layout and I can’t see anything wrong with it. Can you please provide a screenshot of the issue?
Best regards,
IsmaelHey!
Use this to remove the right margin of the left sidebar:
.sidebar_left .inner_sidebar { margin-right: 10px; margin-left: 0; }
Adjust the content padding with this:
.sidebar_left .content { padding-left: 20px; }
Regards,
IsmaelHi!
I’m sorry but we’re a little bit blind here. If you can provide screenshots of the spaces that you want to remove, it’ll help a lot. Yes, we checked the pages but there are different elements or content on each of them so we do not know for sure which one to modify. Try this to remove the margin on separator element:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 0; }
Regards,
IsmaelHi!
Yes, please. Set it as a private reply. Also, kindly check the css codes, maybe you forgot to close certain lines which prevent the fix above from being applied.
Best regards,
IsmaelHey fitzpatrick512!
Thank you for using Enfold.
You can add this on Quick CSS to adjust the size of the first portfolio item:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 { width: 50%; } }
Cheers!
IsmaelFebruary 6, 2015 at 12:20 pm in reply to: How to change the background color of the portfolio entries #391954Hi!
You can use this on the Quick CSS field:
body#top.single-portfolio, body#top.single-portfolio .main_color { background: #ffffff; }
Best regards,
IsmaelHey!
Can you please provide a link to the actual post with the comment form? You can enable the sidebar on the easy slider by editing the image. Set the Apply a link or buttons to the slide? to Apply link to image. Set the Image Link? to Open in lightbox.
Best regards,
IsmaelHey!
Thank you for using Enfold.
I’m sorry but it’s not possible to modify archive pages using the advance layout builder. You need to create your own template files.
Cheers!
IsmaelHey!
I’m sorry but I think you’re confused. If you have 2 wp installation, you should put the code separately in these two directories:
patient > wp-content > themes > enfold or enfold-child > functions.php
and
dentist > wp-content > themes > enfold or enfold-child > functions.php
Please review the code we provided here: https://kriesi.at/support/topic/linking-two-sites/#post-389171
Regards,
IsmaelFebruary 6, 2015 at 11:48 am in reply to: Enconding error or ? marks on icon titles (admin/page edit) #391938Hi!
Have you tried disabling all your plugins? I’m sorry but we can’t reproduce the issue on our installation so this might be due to a server configuration or a third party plugin.
Cheers!
IsmaelHey!
Unfortunately, we only rely on other users regarding theme translation and so far no one have submitted a new version of the swedish files. It might take a while before we can get a hold of the correct swedish translation. You can send your own translation if you want here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
Best regards,
IsmaelFebruary 6, 2015 at 11:39 am in reply to: Mobile Menu and WooCommerce Cart button don't look good #391931Hi!
Please post the login details so that we can check the css code.
Best regards,
IsmaelHi!
You can post the login details here as a private reply. Only you and the moderators can see it. Please try the solution we provided above regarding the custom widget and widget area element. It should work.
Cheers!
IsmaelHi!
Oh. Right. I didn’t know it is not fixed yet. You may still need to use the solution we provided on the previous thread. Anyway, regarding the title, I think it is the normal behavior when viewing subpages. It will not dynamically change unless you added a custom modification. I also noticed that you’re using a Special Heading instead of the default title. Unfortunately, we won’t be able to help you with that customization. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHey!
Try to add this to extend the header background:
#header { background: #6ac1e0; }
Hard refresh the page.
Cheers!
IsmaelFebruary 6, 2015 at 11:24 am in reply to: custom post and category and blog post and category conflict #391921Hey!
Have you tried displaying posts from a custom taxonomy instead of the default blog posts? Select “Category”. Please post the login details so that we can take a look.
Best regards,
IsmaelHey!
The width of the image (http://www.mikeolbinski.com/theblog/wp-content/uploads/2010/04/2012_Thomas_4745-Edit.jpg) is significantly lower than the rest of the images on this page (http://www.mikeolbinski.com/theblog/lifestyle/), it’s only 1024px. The rest are 2024px ++. Try to upload a larger image.
Cheers!
IsmaelHey!
I tested the table code on a code block and it works fine. Can you please provide a screenshot or a link to the actual issue?
Cheers!
IsmaelHi!
Instead of the term name, please use the term id.
function ava_product_category_banner() { if(has_term('26', 'product_cat')) { echo "<div class='product_category_banner container_wrap'><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>"; } else if(has_term('46', 'product_cat')) { echo "<div class='product_category_banner container_wrap'><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>"; } }
Adjust the ids above.
Regards,
IsmaelHey!
Alright. Please replace the code with this:
@media only screen and (max-width: 989px) { .avia-android #head-section { max-height: 206px; height: 206px; }}
Remove browser cache then reload the page.
Regards,
IsmaelHi!
Thank you for using Enfold.
Please try this:
if ( is_singular(array('post', 'wels-devotion')))
Best regards,
IsmaelHi!
I modified the code a bit and it looks OK now. What is the screen resolution of your monitor?
Cheers!
IsmaelHey!
Alright. It seems to work when I tested it on my installation. Did you remove the modifications that you added? Please post the login details here. We would like to check it.
Best regards,
IsmaelHey Sebastian!
Thank you for using Enfold.
You can change the default archive page blog style settings using this codes on functions.php: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
Best regards,
IsmaelHi!
I haven’t tested it on mobile view. I’ll ask the rest of the support team to check this thread. Maybe, they have other ideas.
Best regards,
IsmaelFebruary 5, 2015 at 3:41 pm in reply to: Add image or text at top of homepage between top logo and menu on right #391389 -
AuthorPosts