Forum Replies Created
-
AuthorPosts
-
Hey Itai!
Thanks for contacting us and for your patience. :) The issue seems to appear only in Chrome and not on other browsers, the issue appears on both mac and pc. Please give us some time to try and give you a solution as it is a bit complicated.
It seems the
Cheers!
NikkoHey alnalu,
Thanks for contacting us. :) When you mentioned it’s a behavior on portfolio items (breadcrumb), are you referring to the breadcrumbs (below the menu) of the portfolio item you can find here: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/ ?
Best regards,
NikkoHi!
I have checked it again and it seems you have already moved the button to the right column.
Best regards,
NikkoHi,
Yes, you can use it on your child theme since it’s just the same site. And yes, you can replace PT Sans Narrow with Crimson text :)
Best regards,
NikkoHi,
The order of Post Slider is from recent/latest post to the oldest post, you will need to change the published date in order to change it’s order.
Best regards,
NikkoNovember 7, 2016 at 5:30 am in reply to: Advanced Layout Editor stopped working and site is totally uneditable #709004Hey Glyphism,
Let us know if it works :)
Best regards,
NikkoHi Vinod!
I don’t think I have reduced the size of the text in sidebars and I could actually confirm it since what was modified was the text and php not css, if you want to make it 17px kindly add this to Quick CSS (located in Enfold > General Styling):
#top .sidebar .news-wrap li { font-size: 17px; }
As for the meta data you can change the font size by adding this code to Quick CSS:
span.post-meta-infos span { font-size: 17px !important; padding-top: 6px; }
The thread is already too long and your other request is off topic to the Title, kindly post it in another thread.
Best regards,
NikkoHi,
Can you post a link to that page? so we can inspect further. You can place the link in the “private content” section so only moderators can view.
Best regards,
NikkoHi kmac ,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
NikkoHi Karl,
I checked the link you posted and this is what I could see: http://imgur.com/a/Cr8Sx
Best regards,
NikkoHi!
It should be fixed, the problem was caused by the shortcode you pasted which is:
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='yes']
I have replaced it with this shortcode instead:
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='']
Let us know if it’s good on your end also. :)
Cheers!
NikkoHi!
I have checked on it the w3 total cache was causing the issue. I have disabled minify css of w3 total cache and the code in Quick CSS now shows the expected results :)
Cheers!
NikkoHi!
I checked on the issue but it seems to be fixed. The code may have not worked properly or isn’t reflecting because of the caching plugin. Let us know if this is fixed on your end also?
Regards,
NikkoHey!
I couldn’t find the slider in the homepage, I have disable all plugins except for Wordfence and created 2 test pages (links below), the first one’s slideshow is created after all plugins except wordfence has been disabled and the second one, after I have re-enabled all the recently deactivated plugins, it seems the issue doesn’t appear anymore which is weird. And yes I was suspecting the problem is most likely caused by ShortPixel Image Optimizer, WP Rocket. Let us know if the issue still persists on your end.
Regards,
NikkoHi!
I tried to check on your site but when I try to access the WordPress Dashboard (link in the private content), it returns HTTP ERROR 500. Can you try to contact your host to fix that problem and let us know if we can already access the dashboard.
Cheers!
NikkoHi!
Sorry I missed this thread. I tried to check using the login details but it doesn’t seem to work, please check.
Best regards,
NikkoNovember 6, 2016 at 7:31 pm in reply to: Masonry gallery won't allow me to select images from media #708932Hi,
I tried to insert images in the Masonry Gallery of your homepage, just below This is how my art comes to life and I have successfully added images, here is a link showing the backend and front of the page after I have added the images to masonry: http://imgur.com/a/BNxpk
I have returned it to it’s original state after inserting the images.
Regards,
NikkoNovember 6, 2016 at 7:13 pm in reply to: Woocommerce Product Grid displays different sized images #708925Hey!
Can you try to use set Catalog Images and Single Product Images to 325px x 325px, Save it and run Regenerate Thumbnails? 334 x 334px appearing is actually scaled down from 450 x 450px that has been set (if you hover on it you should see Natural 450 x 450), as for the longer image you should see the natural size is 325 x 450px but since the image is being stretch in width to fill in the full width, and the height is also increased as a result to preserve the ratio of the image.
Cheers!
NikkoNovember 6, 2016 at 7:03 pm in reply to: Mobile Menue: Shopping Cart Icon displayed always on #708924Hi Tom,
Kindly add this code inside @media only screen and (max-width: 800px):
.responsive #top #menu-item-shop .cart_dropdown_link > span[data-av_iconfont="entypo-fontello"]:before { border: 1px solid #ddd; padding: 14px 16px; }
Let us know if it helps :)
Cheers!
NikkoHey kmac,
Try to replace this code:
#top #header .av-main-nav > li:hover > a:hover { color:rgba(0,0,0,0) }
To this:
#top #header .av-main-nav > li:hover > a { color: rgba(0,0,0,0); }
Hope this helps :)
Best regards,
NikkoNovember 6, 2016 at 6:45 pm in reply to: every image with link has automaticly a bad decoration #708913Hi,
Glad you fixed it :)
Best regards,
NikkoHey mhiller,
Try to add this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #main { padding-top: 88px !important; } }
Let us know if it works :)
Best regards,
NikkoNovember 6, 2016 at 6:37 pm in reply to: Add Socket text text inline w/copyright, but far right #708908Hi,
Go to footer.php and find this line of code (line 128-132):
if($menu){ echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; echo $menu; echo "</nav>"; }
Below it kindly add this code:
echo "<span class=\"footer-phone\">XXX-XXXX</span>";
Just replace XXX-XXXX with your phone number, then add this code in Quick CSS (located in Enfold > General Styling):
span.footer-phone { float: right; }
Let us know if it works :)
Best regards,
NikkoNovember 6, 2016 at 6:29 pm in reply to: Error fetching content – please reload the page and try again #708905Hi Christian,
Let us know if your hosting provider has fixed the issue otherwise we might need to ask for ftp details :)
Best regards,
NikkoHey kinnear,
You can just go to Media Library and get the link of the logo, then go to Appearance > Widgets, use a Text Widget and paste this code:
<img src="PUT_THE_LINK_HERE" alt="logo" />
Just replace PUT_THE_LINK_HERE with the link of the logo. Hope this helps :)Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hey ekwon,
Yes, we would like to help you get rid of it. 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,
NikkoNovember 6, 2016 at 6:20 pm in reply to: place text in header and borders under and above menu #708901Hi,
Yes, it’s possible. Kindly add this code in Quick CSS (located in Enfold > General Styling):
#header_main #avia-menu { border-bottom: 2px solid #202020; border-top: 2px solid #202020; height: 54px; }
Let us know if it works :)
Best regards,
NikkoHey alexanderjohannes,
Kindly add this code to Quick CSS:
.page-id-434 #av_section_1 .av_textblock_section { text-align: center; } .category-live .av-masonry-image-container:before { right: auto; left: 5px; }
The first code block is for (A) and the second is for (B). Let us know if it works :)
Best regards,
NikkoHey Crossfitbsa,
The button couldn’t be clicked because the arrow down icon blocks it, to fix this issue on that page, kindly add this code in Quick CSS (located in Enfold > General Styling):
.page-id-509 #av_section_1 .avia-button-right { position: relative; z-index: 999; }
Let us know if it works :)
Best regards,
NikkoNovember 6, 2016 at 6:02 pm in reply to: Reduce padding between widgets displayed in sidebar #708895Hi,
The link you returns Nothing Found, the page doesn’t exist. Also Rikard’s code should work, is it still added in your Quick CSS? if it is and didn’t work 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.
Best regards,
Nikko -
AuthorPosts