Forum Replies Created
-
AuthorPosts
-
Hey!
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 #391389Hi!
Looks like you figured out how to adjust the position of the sub text. :)
Regards,
IsmaelHi!
What is the exact Custom Widget area name? If it’s “Free Member Sidebar” (case sensitive), this should work:
dynamic_sidebar("Free Member Sidebar");Best regards,
IsmaelFebruary 5, 2015 at 3:31 pm in reply to: What are the dimensions required for the body background image #391381Hi!
When you upload the image as background, make sure to select the “Full Size” thumbnail size. If you can give us a link to the actual page, that would be great.
Regards,
IsmaelFebruary 5, 2015 at 3:28 pm in reply to: Performance: Use scaled images instead of the full size #391378Hey profumopuntoit!
Thank you for using Enfold.
Looks like you’re using the images on a portfolio page. Try to adjust the size of the images using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Media > Settings look for the portfolio and portfolio_small thumbnail. Adjust the size according to the portfolio gird column width and height. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelHi!
Thank you for the update.
You can add this on functions.php to change the autoresponder heading:
function avf_form_autorespondermessage_mod($message) { $message .= "<br/><br/><br/><strong>".__('CHANGET THIS LINE:','avia_framework')." </strong><br/><br/>"; return $message; } add_filter('avf_form_autorespondermessage', 'avf_form_autorespondermessage_mod', 10, 1);Edit framework > php > contact-form-generator.php, look for this code:
wp_mail($from, $this->form_params['autoresponder_subject'], $message, $header);Replace it with:
wp_mail($from, 'CUSTOM SUBJECT HERE', $message, $header);I haven’t tested this myself so please let us know if it works.
Regards,
IsmaelHey!
You can add this on the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }}Regards,
IsmaelHey!
Which of these pages are you working on? I created a test page (http://webdev.ease.com/wp-admin/post.php?post=2720&action=edit&message=1) then added a few team member elements, updated the page a few times and everything is still intact. No contents are being removed. Did you add any html codes on the page? Make sure that you close the tags properly.
Cheers!
Ismael -
AuthorPosts


