Forum Replies Created
-
AuthorPosts
-
Hey Picante,
Can you post a screenshot of “it’s carrying through to another colour section below”, I checked on your site but I couldn’t see it on my end.
Best regards,
NikkoOctober 31, 2016 at 10:37 am in reply to: column with Image (in the column image settings) not showing on mobile #706060Hi,
Glad we could help :)
Best regards,
NikkoHi,
Glad that it worked. That plugin should always be activated, if soon it’s not updated I’m pretty sure there will be alternative plugins which does the same job that will be pretty much available.
Best regards,
NikkoHi,
Try to add this code to functions.php:
function move_postmeta(){ ?> <script> jQuery(window).load(function(){ jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header" ).each(function() { jQuery( this ).find( ".post-meta-infos" ).insertBefore( jQuery(this).find('.big-preview') ); }); }); </script> <?php } add_action('wp_footer', 'move_postmeta');
And add this code to Quick CSS (located in Enfold > General Styling):
.html_elegant-blog #top .post-entry .post-meta-infos { float: none; }
Let us know if it works.
Best regards,
NikkoHey!
Glad we could help :)
Best regards,
NikkoHi,
I have already replied in your other thread: https://kriesi.at/support/topic/enfold-health-demo/ not all files have been uploaded to your theme, re-updating it fixes the issue. :)
Best regards,
NikkoHey m,
There’s no mouse hover in ipad, so I don’t think we can really do something about it. Probably the only thing I can think of is putting a note that tells the user that it opens in lightbox.
Best regards,
NikkoHey tankerhq,
Can you post a screenshot showing the white borders? I couldn’t see it on my end because the background is also white, the text has already been centered upon checking.
Best regards,
NikkoHey mleite1,
I checked the link and the backround image of the color section is already full. Is this already fixed? if not can you post a screenshot on how it looks like in your end?
Best regards,
NikkoHi,
Can you post a link to the page mentioned? so we can inspect further. Just place the link in the Private Content section when you reply.
Best regards,
NikkoHi,
I apologize for the delay, the css style isn’t applying to the messed up footer. Try to add this css code in Quick CSS (located in Enfold > General Styling):
html #top .footer_color .widgettitle { border-style: solid; border-width: 1px; padding: 10px 0; border-left: none; border-right: none; margin-bottom: 15px; }
Let us know if it works :)
Best regards,
NikkoHi,
Can you give us ftp access to your testsite? so we can inspect further.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHey JeeBar,
I’m not really sure what you meant, can you try to post a link to that page in “private content” and a screenshot maybe of how you want it to look.
Best regards,
NikkoHi,
I have overwritten your theme file since most of the files are already lost, this fixed the problem of your site being messed up. As for the error, I removed the lifestyle font in Enfold > General Styling > Fonts and the error showing up is fixed. Let us know if it’s all good on your end also :)
Best regards,
NikkoHi,
Try to change 1024 to 767 from Ismael’s code, it should look like this:
@media only screen and (max-width: 767px) { .only-desktop { display: none !important; } } @media only screen and (min-width: 767px) { .only-mobile { display: none !important; } }
Hope this helps :)
Best regards,
NikkoHi,
I don’t think there’s another way besides using 2 text blocks in 1/3. What are you trying to achieve in the front of that page? can you post what it currently looks like in the front and also how you want it to look in front? probably we can give you solutions for that.
Best regards,
NikkoHi,
Try to add this code in functions.php located in Appearance > Editor or via ftp/cpanel:
function switch_social_extra(){ ?> <script> jQuery(window).load(function(){ var $curr = jQuery('#header .phone-info'); $curr.prependTo( $curr.parent() ); }); </script> <?php } add_action('wp_footer', 'switch_social_extra');
Let us know if it works :)
Best regards,
NikkoHi,
The login details doesn’t seem to work, also can’t check any page except the Under Construction page. Regarding the issue, does your images have the same width and height?
Best regards,
NikkoOctober 31, 2016 at 7:12 am in reply to: How to remove "layerslider" and "Insert Theme Shortcode" Icons from TinyMCE? #705980Hi,
Try to replace Ismael’s code to this:
/* Hide shortcode wand */ function admin_head_mod() { echo '<style type="text/css">'; echo 'div[aria-label="Insert Theme Shortcode"] { display: none !important; }'; echo 'div[aria-label="Add LayerSlider"] { display: none !important; }'; echo '</style>'; } add_action('admin_head', 'admin_head_mod');
Let us know if it works :)
Best regards,
NikkoHey!
Glad we could help :)
Cheers!
NikkoHi,
There are some errors showing up in canine.js, can you try to replace all instances of $ to jQuery. Let us know if this is changed and if the problem still persists.
There’s a lot of
Best regards,
NikkoHey Freek,
Yes, responsive element just means the elements/layout adapts with the device. However as for parts of the images which are cut off, the fullscreen will try to fit the image to the device viewing it depending on their screen size. For example in your site, try to view the link to the image in the Private Content, you will notice that there’s white space on the right, what fullscreen slider is trying to achieve is to expand the width of the image to cover the whole screen however expanding the width to 100% would also mean that the height of the image will also be expanding more than the height of the monitor, therefore the top and bottom part of the image are cut off (height or width is sacrificed just to preserve the ratio of the image). But if you really want it to show all parts of the image, try to add this code in Quick CSS (located in Enfold > General Styling):
.avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100% !important; }
It will show all parts of the image but the ratio will not be preserved. Hope this helps. :)
Best regards,
NikkoHi,
Setting to postion relative rarely causes problems, but if you want to make sure you can test it with other browsers or devices. Just let us know if there are still any issues after setting it to relative position :)
Best regards,
NikkoHi,
Try to use this plugin https://wordpress.org/plugins/loco-translate/ it allows you to find a word in your site and translate it
Best regards,
NikkoHi,
Robots.txt prevents robots/crawlers from scanning your site or part of your site. You can check this thread for more info: http://www.robotstxt.org/robotstxt.html
Best regards,
NikkoOctober 31, 2016 at 5:09 am in reply to: Column Margin-Top -400px display not right on mobile device #705955Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Glad that you fixed it. The code above works when you added the else statement is because the else part tells if it’s not a portfolio post then just use the original content unlike the code that has no else statement which doesn’t return any content that’s why it’s just a blank content that is displayed. Hope my explanation is clear :)
Best regards,
NikkoHey MartinNorton,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
1.) Please refer to this thread: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functions-php/ or you may want to use Simple Image Sizes plugin.
1.b) Are you using a default editor and use it as a blog? or are you using Advance Layout Builder and the blog module?
2.) I have tested it on my end but since on your end it’s not working Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Also I also request for ftp access, since it’s very critical to modify functions.php on wp theme editor.
Best regards,
Nikko -
AuthorPosts