Forum Replies Created
-
AuthorPosts
-
Hi Pipinvest01,
Seems like the link is wrong. 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.
Also please post the link/url of the images of the flags mentioned.
Best regards,
NikkoHi!
I checked the site and the width is good however, the height of the background image is too long. Can you try to use 220px for the height of the image?
Regards,
NikkoDecember 22, 2016 at 10:09 pm in reply to: Change the captcha note: Please prove that you are human by solving the equation #727680Hey!
Yes, you won’t lose any customization since this is on a child theme. As for fixing the letters you might want to use this character entity reference: https://dev.w3.org/html5/html-author/charref
Best regards,
NikkoDecember 21, 2016 at 10:48 pm in reply to: Change the captcha note: Please prove that you are human by solving the equation #727327Hey!
Thanks, it should work now but the text might need to be changed a bit as some weird characters appear. I found out that you have created a contact.php in the shortcodes folder of your child theme however you have also commented out this code:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
Which is needed for the contact.php file to override the one in the parent theme, I just removed the comment and it works fine.
Regards,
Nikko
Cheers!
NikkoHey!
Glad we could help :)
Regards,
NikkoHi ehquionest,
Unfortunately our theme doesn’t offer the dashboard, only the basic stuff, if you want the dashboard plugins are more suited for the job.
Best regards,
NikkoHey!
You can see how the slider is described here: http://kriesi.at/themes/enfold/shortcodes/easy-slider/
Slideshow Elements
The Easy Slideshow element allows you to setup a simple slideshow within seconds, either at the top of your page, stretching across the whole viewport, or as a content element anywhere on the page.The purpose you have the option to select image sizes is for optimization, if you are using a 1/4 width column for example, you would likely choose a smaller image size than loading the full or large version.
Regards,
NikkoHey Pascal,
Try using this code instead:
#top input[type=checkbox]:checked { background-color: #a77e2d !important; color: #ffffff !important; }
If that doesn’t work, kindly post a link to your contact form.
Best regards,
NikkoHi,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#text_icl-11 input.wysija-input { border: 2px solid #fff !important; background: transparent !important; }
Hope this helps.
Best regards,
NikkoHey Justin,
You shouldn’t use an anchor link ( links with # that goes through a section in a page) to be a submenu parent, I think it would confuse mobile browsers whether to go to a section of a page or open the submenu.
Best regards,
NikkoHey Corina,
I tried to use this shortcode which was in the thread:
[the_post_meta]
and it works fine.
Best regards,
NikkoDecember 19, 2016 at 11:16 pm in reply to: Blog page and archive page with grid layout showing post content #726324Hey Elena,
I think showing category / picture / title / date / content is achievable by blog grid, you can see in the demo as example: http://kriesi.at/themes/enfold/blog/blog-grid/
Do you have some draft how you want it to look like?
Best regards,
NikkoHi,
I think your code is good and working fine, I think it just needs enhancement when scrolling down, the transition isn’t smooth, you can use some css transitions ( http://www.w3schools.com/css/css3_transitions.asp ) then maybe not use display: none, instead you can use height:0, opacity:0, visibility:hidden, try to tweak it a bit and it should be better :)
Best regards,
NikkoDecember 19, 2016 at 11:03 pm in reply to: Section ID in URL results in section partially hidden by header #726318Hi,
Can you try to disable all plugins and check if it helps.
Best regards,
NikkoDecember 19, 2016 at 10:52 pm in reply to: Partner/Logo Element Grid Display not showing all logos #726313Hey mattb1169,
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,
NikkoDecember 18, 2016 at 3:11 am in reply to: Cart Drop Down Icon Number Not Updating On Update Cart Button #725787Hi,
I’ll try to help you with this, it might take some time. I hope for your extended patience :)
Best regards,
NikkoHey mcraig77,
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,
Depends on your preference, the main advantage of Quick CSS over the child theme’s style.css is you don’t need to clear browser cache to see the effect. Glad we could help :)
Best regards,
NikkoHey Jamie,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 160px; } #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 130px; line-height: 100px; }
If that doesn’t work try adding !important just before the ; (semi-colons). Let us know if it helps :)
Best regards,
NikkoHey nuncer,
Can you post a link of the thread/forum mentioned? I’m not sure if css would help, but we will try to help you as much as we can.
Best regards,
NikkoHi,
This css code will affect all gridrows, if you want to make it specific just let us know. Try adding this code in Quick CSS (located in Enfold > General Styling):
#top .av-layout-grid-container { max-width: 85%; margin: 0 auto; }
The only problem with this grid rows should be using the same background color as the body.
Best regards,
NikkoHey zimbo,
Sliders fill the whole width, so if images are of lesser width, it will expand the image to fill the whole space, if you want to fill to have lesser width, you can use 1/4 or 1/2 column then place an easy slider inside it.
Best regards,
NikkoDecember 18, 2016 at 2:36 am in reply to: How to have a full width submenu automatically display on all pages #725777Hi,
Try adding this code at the bottom of functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Then try to create a new page, just add the fullwidth submenu, then the shortcode would appear at the bottom. Let us know if this helps.
Best regards,
NikkoHi,
Can you try to change id to class? you can refer to this post on enabling custom css classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
IDs should be unique and not have multiple ids in a single page, let us know if this resolves the issue.
Best regards,
NikkoHey aerobis,
So to summarize it, before update the permalinks works fine and portfolio doesn’t have any issue but after update it doesn’t work properly anymore? Can you tell us what version you are using before the update, and is the update 3.8?
Best regards,
NikkoHi!
Thanks for your kind words :) I have fixed the last code I gave, I see a space between .av-masonry-entry.isotope-item and :hover. I did try the code you have and experienced the same effect but was fixed when I changed the code as what I suggested in my last post. If this still doesn’t work as expected, can you give us temporary admin access, so we can try to fix it on your end, and would tell you what we changed.
Regards,
NikkoHi,
I have checked the site and the code given and I see it properly reflecting on the site, I can see the font color in #4d4d4d and background color using #f7f7f7, what color should it be using? did you declare other color instead?
Best regards,
NikkoHey emilgandersson,
Thanks for using Enfold. :)
I’m not 100% sure but since relevanssi works fine, it should be possible also for the plugin you mentioned.
Best regards,
NikkoDecember 18, 2016 at 2:03 am in reply to: (Hamburger) menu icon and full screen slider not visible on mobile #725769Hi,
I don’t think we can help you with the Internet App and it’s already out of our scope. We make sure it runs with the major browsers.
Best regards,
NikkoHi,
I don’t think wrapping easy slider with text is possible, it can only be done by have two columns on top: left (slider), right (text) then at the bottom just a single column with the continuation of the text.
Best regards,
Nikko -
AuthorPosts