Forum Replies Created
-
AuthorPosts
-
March 18, 2017 at 3:56 am in reply to: Blog – how to display author comments date etc under blog title? #762799
Hi,
I need to check your theme options, so, share with me your WP credentials in a private content, please :)
Best regards,
John TorvikMarch 18, 2017 at 3:52 am in reply to: Text Drop Shadow on LayerSlider WP not working properly #762798Hey octaviosalles,
Please, I
d like to check the page that
s occurring it. May you share with me your website link with this problem?Best regards,
John TorvikHi,
To fix your problem, you need to deactivate the “Login Page Styler” because it`s causing a conflict with the “Add Media Button.” – Turn off this plugin and try to add a media in the text block to see the result :)
Let me know if it works :)
Best regards,
John TorvikHey psstudiosinc,
Please, try to follow this documentation topic to fix this problem: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
John TorvikHey Johnathan Johnson,
You need to find your own pictures to use for the site, you can use the paid images if you buy in some famous stock site like the Shutterstock..
Best regards,
John TorvikHi,
Let me know if I understood your question: you
re using a video player (present in the Advanced Builder) and do you want to change the volume default value? If I am wrong, share with me your website link that
s occurring it with the WP credentials.Best regards,
John TorvikMarch 17, 2017 at 10:33 pm in reply to: How to Remove Feature image above Title of the Post? #762766Hey pmwarman,
To remove this default image, go to the includes/ loop-index.php (don`t forget that is necessary to use it in the Theme Child) and delete this code at 122 to 147 line:
$icon = '<span class="iconfont" '.av_icon_string($post_format).'></span>'; if(strpos($blog_style, 'multi') !== false) { $gravatar = ""; $link = get_post_format_link($post_format); if($post_format == 'standard') { $author_name = apply_filters('avf_author_name', get_the_author_meta('display_name', $post->post_author), $post->post_author); $author_email = apply_filters('avf_author_email', get_the_author_meta('email', $post->post_author), $post->post_author); $gravatar_alt = esc_html($author_name); $gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt); $link = get_author_posts_url($post->post_author); } $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>"; } else if(strpos($blog_style, 'small') !== false) { $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>"; } echo apply_filters('avf_loop_index_blog_meta', $blog_meta_output); echo "</div>";
Let me know if it works :)
Best regards,
John TorvikHi,
Well, I need your website link to take a look if some CSS code is being applied in mobile devices or check if there`s some javascript or PHP issue.
Best regards,
John TorvikMarch 17, 2017 at 9:49 pm in reply to: Avia Advanced Layer Slider not displaying properly on tablets #762755Hi,
I inspected your site and the text elements has a negative left, so, to fix it, remove this negative left position with this custom CSS code at enfold theme options > general styling > quick CSS
.ls-wrapper { left: 17px !important; }
let me know if it works :)
Best regards,
John TorvikMarch 17, 2017 at 9:32 pm in reply to: Advanced Layer Slider, transparent header & scroll down arrow #762743Hi,
Sorry for the late response.
To fix your problem, just add this custom CSS code at Enfold theme options > general styling > quick css
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 108px !important; }
Let me know if it works :)
Best regards,
John TorvikHey ascentnetwork,
Please, I`d like to take a look in your dashboard, to do it, may you share with me your WP credentials in the private content?
Best regards,
John TorvikHi,
Great!
Let us know if you have any other questions or issues :)
Best regards,
John TorvikMarch 17, 2017 at 9:08 pm in reply to: Different Fullscreen Slider based in Mobile orientation #762727Hi,
To adjust the slider height, you need to add this custom CSS code at Enfold theme options > general styling > quick CSS
/* The code below will affect the smartphone`s screen. */ @media screen and (max-width: 480px) { .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 512px; } } /* The code below will affect the tablet`s screen. */ @media screen and (min-width: 769px) and (max-width: 770px) { .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 650px; } } Let me know if it works :) Best regards, John Torvik
Hi,
To solve this problem, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#top .iconbox_content header { word-break: break-all; }
Let me know if it works :)
Best regards,
John TorvikHey darryllevine,
I can fix it with a custom CSS code, but to do it, you need to share with me your website link that`s occurring this problem.
Best regards,
John TorvikHi,
To check your settings, may you share your WP credentials in a private content, please?
Best regards,
John TorvikMarch 17, 2017 at 7:51 pm in reply to: Different color schemes unavailable – Enfold Theme Options #762691Hi,
Try to add this code to change the sidebar title:
#top .widgettitle { color: #000 !important; }
Best regards,
John TorvikHi,
You need to add this code in your functions.php – but I recommend that you use a child theme. To learn how to use the child theme, see this video: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
John TorvikMarch 17, 2017 at 7:45 pm in reply to: Different Fullscreen Slider based in Mobile orientation #762683Hey mikt,
Please, I`d like to take a look at your website. So, may you share with me the website URL in a private content, please?
Best regards,
John TorvikHi,
Unfortunately, it isn`t possible. I can help you to create a blog Mansory style page, the import function will import all the content.
Best regards,
John TorvikMarch 17, 2017 at 7:37 pm in reply to: how to get the header logo to overlap slider and return to header when scrolling #762675Hey trellyn,
Do you want a header like this: http://kriesi.at/themes/enfold-2017/ ?
Best regards,
John TorvikHi,
To change the width and align the content, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#header .six.units { width: 700px !important; }
The code is the same, I just added the !important.
Best regards,
John TorvikHey kyra1883,
I`ve checked your page and with this shortcode, the image not have a link, just the title. If you click on the title, the link is working normally.
Now, to anchor a link to your images, follow these steps:
1. Go to the Content Slider shortcode and click on the item -> http://prntscr.com/el6gxd
2. Now, click on the image and the pencil to edit it -> http://prntscr.com/el6hco
3. Just change the “link to none” option to Custom URL -> http://prntscr.com/el6i1d
Let me know if it works :)
Best regards,
John TorvikMarch 17, 2017 at 5:53 am in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #762333Hi,
To solve the scrolling problem, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) { #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } }
Let me know about the results :)
Best regards,
John TorvikMarch 17, 2017 at 5:51 am in reply to: Customizing element "Small bar above Main Menu" has no effect #762330Hi,
Please, may you share with me a screenshot of your settings that you said “extended styling”?
Best regards,
John TorvikHey marcelhochman,
Please, may you explain these problems with more details? Understand the problem with just images is too hard.
Best regards,
John TorvikMarch 17, 2017 at 5:31 am in reply to: Fontello Icons showing up as squares (and asian characters). #762321Hi,
If your icons are showing like this, it may be because of a CORS-related issue, here’s how to fix it: http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
John TorvikHi,
You can replace the default height by your custom adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.avia-slideshow ul.avia-slideshow-inner { height: 500px !important; overflow: hidden; }
But this code will cut your image, so, you can use this code to align the image correctly:
.avia-slideshow li img { margin-top: -20%; position: relative; }
just adjust the image with the negative margin-top.
Best regards,
John TorvikHey Dwimmer,
It`s important to pay attention in the portfolio categories. I fixed your problem just adding the correct category here: http://prntscr.com/ekxzw0 – you can see the result in an example page that I created: http://weswooddesigns.com/custom-portfolio/
Best regards,
John TorvikHi,
Sorry for the late response.
I tested your site and fixed the problem applying this custom CSS at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) { #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } }
All is working now :)
Best regards,
John Torvik -
AuthorPosts