Forum Replies Created
-
AuthorPosts
-
Hi,
I think your code is right, just remove position:absolute!important;. Also I couldn’t see that code reflecting on the page, if you have caching plugin please clear the cache.
Best regards,
NikkoHi nathalie,
Sorry I missed this thread. Please let us know if the issue is fixed, if it’s not I’ll tag this to a moderator who understands German. The login details doesn’t work, please check but if this is fixed then no need :)
Best regards,
NikkoHi Krzysztof,
Glad that we could help :)
Best regards,
NikkoHi,
You just need to edit the button element and scroll down on its options at the bottom of it you should see Custom Css Classes, there’s a field beside it, type: only-smartphone then Save and Update the page.
Best regards,
NikkoHi,
Yes, it’s possible but you need to do several things:
- Go to Enfold > Blog Layout. Under Blog Layout choose: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
- Edit the page you have set as your blog page.
- Use 1/1 Grid and add Blog Posts and make sure Blog Style is set to Single Author, small preview Pic (no author picture is displayed, feature image is small) and Save
- In the same page, find Layout box and under Sidebar Settings set Right Sidebar. Update the page.
- Go to Enfold > General Styling and add the code below to Quick CSS and Save
Before you add this code you need to give us a link to that page, you will notice that it is set to .page-id-xx since you need to give us a link to that page so we know the page id and have the sidebar on that specific page hidden.
.page-id-xx .sidebar.sidebar_right { display: none; }
Hope this helps :)
Best regards,
NikkoHi Tommy,
I have added this code in functions.php (at the bottom):
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function newtab() { $(".isotope .inner-entry > a.grid-image").attr('target', '_blank'); } newtab(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
This code allows the portfolio links to open in new tab, just remove it if you don’t want it to open in new tab or want to use the features “Display the big image in a lightbox” or “Open a preview of the entry”. Also I’d like to remind you since you have this customization in files to make a backup and use a child theme so you won’t have any problems losing the customizations during a theme update.
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko. Reason: formatting
Hi Karol Kurczyński,
Kindly uncheck the Parent Categories in the product, just check only the direct category of the product. I have modified a product (link in the private content), you should see it fixes the issue.
Best regards,
NikkoHey norcalnathan,
I tried checking on both links you have given and both are working when clicking on kindle pic, I have compared the page it opens in amazon and the url, both are the same. Can you tell us what device, browser, OS you are using? Can you also test it in desktop, user browser like chrome or firefox, if the issue also persists there?
Best regards,
NikkoOctober 22, 2016 at 10:20 am in reply to: Adding breadcrumbs question for Products and Categories #702764Hi,
I checked and it’s still the same, returning 500 Internal Server Error. The link I pointed out works even if you are using the default editor or the advance layout builder as long as it is a woocommerce product. The way it works is enabling the breadcrumbs on the whole website, then hiding it in all pages except for product pages.
Best regards,
NikkoOctober 22, 2016 at 10:12 am in reply to: Enfold creates several images and makes original image unusable after uploading #702760Hi Marcel,
Seems like the problem appears when you are using other Permalinks besides the Default (Standaard). I take a quick peek at the image in the media library and it shows a broken image but after refreshing the permalink, it was fixed, also I created a page called: Test and it doesn’t show up, but after changing the permalink to Default, it was also working (link in the private content).
You can check this link: https://codex.wordpress.org/Using_Permalinks for further information regarding permalinks on Windows Server. Try to contact you hosting provider to help you with it’s setup with WordPress.
Best regards,
NikkoHi!
It seems to using a larger image size in terms of height but it really looks a lot better than before. Can you give us a temporary admin access so we can inspect further. Just place the details in the Private Content section when you reply.
Regards,
NikkoHi!
Kindly add this code:
.flex_column.av_one_half { word-break: break-word; } .flex_column.av_one_half .avia_textblock h2 { font-size: 18px !important; line-height: 1.3; margin-bottom: 16px; } .flex_column.av_one_half .avia_textblock h3 { font-size: 16px; line-height: 1.4; }
at the bottom of this code:
.av-catalogue-price { position: static; }
Just adjust the font-size and line-height values. Let us know if it works :)
Best regards,
NikkoOctober 22, 2016 at 8:08 am in reply to: Make the images in "Masonry Gallery" link a certain page #702739Hi!
Glad we could help you and thanks for using Enfold :)
Regards,
NikkoOctober 22, 2016 at 8:06 am in reply to: How to tweak the position of a Special Header within a color section #702737Hi Oren,
Glad that we could help :)
Best regards,
NikkoHey!
Can you post a link to that page so we can see the issue if you use the dropdown I suggested? so we can inspect it even further. Please post it in the Private Content section when you reply.
Best regards,
NikkoHey!
Kindly replace the code I gave you with this code:
@media only screen and (max-width:1024px) { #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { padding: 10px; } #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 14px !important; } }
Let us know if it works :)
Best regards,
NikkoHey jb84,
Try adding this code to Quick CSS (located in Enfold > General Styling):
.products .product h3 { font-size: 18px; }
Just change the 18px to any value you want. Let us know if it works for you :)
Best regards,
NikkoHey hmuscroft,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.avia-table { width: auto !important; }
Hope this helps :)
Best regards,
NikkoHi,
Glad that you fixed it :)
Best regards,
NikkoHi,
It will definitely vary from site to site if it is specific on a section or page. And also it’s easier for us to identify what css to use since extra classes are added depending on how you set it. Try adding this code to your Quick CSS (located in Enfold > General Styling):
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner { -webkit-transform: rotate(2deg); transform: rotate(2deg); }
if it doesn’t work try this one instead:
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner { -webkit-transform: rotate(2deg) !important; transform: rotate(2deg) !important; }
Hope this helps.
Best regards,
NikkoHi jnightingale,
Glad that it’s fixed :)
Best regards,
NikkoHey apicalmedia,
Edit the Contact Form, click on the Add button (with + icon), click on the created Element, on Form Element Type choose Form Element: Select Element, Fill in the other Fields and Save. Hope this helps :)
Best regards,
NikkoHi VastMarketing,
Glad we could help :)
Best regards,
NikkoHi,
No problem, I think there is an issue with your server try contacting you hosting provider and once they restored your site, please let us know if the problem still persists. :)
Best regards,
NikkoHi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 18px !important; } }
Just change 18px to any values you want. Hope this helps.
Best regards,
NikkoHi,
This is fixed. It’s a caching issue, after clearing the cache the issue still persists but after deactivating w3 total cache, the issue is fixed, I have enabled w3 total cache and since the caching has been regenerated there should be no issues :)
Best regards,
NikkoOctober 21, 2016 at 6:10 pm in reply to: Wanted: reverse effect on hover over portfolio images #702572Hey manuelap,
Can you try to add this code in Quick CSS (located in Enfold > General Styling):
.av-masonry-entry:hover .av-masonry-image-container { opacity: 0.3 !important; }
Hope this helps :)
Best regards,
NikkoHi Uros,
Glad that you fixed it :)
Best regards,
NikkoHey bauchope,
Yes, can you give more details, perhaps a screenshot so we know what images do you want to be centered.
Best regards,
NikkoOctober 21, 2016 at 5:54 pm in reply to: Blog Post Title and Categories not behaving like others #702567Hi,
Please let us know if this is resolved :)
Best regards,
Nikko -
AuthorPosts