Forum Replies Created
-
AuthorPosts
-
Hi,
Glad that it’s fixed :)
Best regards,
NikkoHi Freek,
Follow the instructions in this thread and that should help you with it :) https://kriesi.at/support/topic/use-avia-js-in-child-theme/
Best regards,
NikkoHey swotmarketing,
You can turn on Custom CSS Classes on modules: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then for example you have 3 pricing tables create 1/3 layout and fill in a pricing table with 1 column add content and add a class in the Custom CSS Classes field. Put for example table1 as class for the first table then add this css code in Quick CSS (located in Enfold > General Styling):
#top .table1 .pricing-table li.avia-heading-row { background-color: blue; color: white; border-color: blue; }
Just adjust the colors as you see fit. Hope this helps.
Best regards,
NikkoHey jwdesign,
It’s actually the same with the wordpress template hierarchy if you are using the default editor. I would suggest also using a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoMarch 18, 2017 at 1:02 pm in reply to: Product Category Widget does not align categories properly #762875Hi,
Try using this css code and it to Quick CSS (located in Enfold > General Styling):
.sidebar .product-categories li a { font-weight: bold; } .sidebar .product-categories .children li a { font-weight: normal; }
This will make the parent categories have bold font thickness and normal font thickness for child categories. HOpe this helps.
Best regards,
NikkoMarch 18, 2017 at 12:54 pm in reply to: Pagination in Blog element of Portfolio item, not working #762870Hi,
Thanks for providing the access. I can’t find the right solution until this time, but I checked the error logs, .htaccess, wp-config.php and other files but everything seems to be okay, I’ve tested the module by creating a test page and it was working fine there however when it comes to portfolio I noticed it’s redirecting though I can see you have already deactivated all plugins. I have a screenshot that it’s redirecting (in private content) but as of the moment I can’t figure out what’s the cause.
Cheers!
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Sorry for the late response and missing the thread. Try to add the title attribute on the img tag. Hope this helps.
Best regards,
NikkoMarch 18, 2017 at 10:10 am in reply to: Woocommerce / Hide variation prices when it is the same as product price. #762854Hi,
Sorry for the late response and missing this thread, have tried to work it out but I can’t seem to have the right code, please try to contact woocommerce support for this.
Best regards,
NikkoHey,
The font is already the same however the alignment depends on the height of the logo, I have adjusted it and added this css code:
#top #advanced_menu_toggle { border-color: transparent; } .responsive #top .logo a > img { max-height: 80px !important; }
inside of:
@media only screen and (max-width: 767px) {
Let us know if it’s good.Cheers!
NikkoMarch 18, 2017 at 9:42 am in reply to: Advanced Layout Editor for Posts Clears Content in Default Editor View in Enfold #762851Hi!
Glad we could help :)
Best regards,
NikkoHi ChuNchO,
Thanks for pointing out some fixes.
Best regards,
NikkoHey,
Try adding this css code:
#top .sidebar .widget .no_margin.av_one_half { position: static !important; width: 100%; }
Hope this helps :)
Regards,
NikkoHi,
You’re welcome, try adding these css codes also:
#socket .social_bookmarks { margin-top: -5px; } #socket .sub_menu_socket div { margin-top: 5px; }
Hope this helps. :)
Best regards,
NikkoHey,
You will need to regenerate the images, because if you define a new size it won’t affect the old images, to resize the images to the new size the old images must be regenerated otherwise you need to re-upload the images.
Regards,
NikkoMarch 18, 2017 at 8:59 am in reply to: How can I add a company logo in the header of mobile menu? #762841Hi Pimroll,
Glad we could help :)
Best regards,
NikkoHi,
Thanks for the login. It’s done, I have added this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #advanced_menu_toggle { border-color: #fff; } }
Then in functions.php I searched for this code:
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
and replaced it with:
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue811'),
Hope this helps :)Cheers!
NikkoMarch 16, 2017 at 10:04 pm in reply to: How can I add a company logo in the header of mobile menu? #762232Hi,
You can add some value after the top in the code, for example change this:
background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top no-repeat;
to
background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top 10px no-repeat;
Just adjust it as you see fit :)Best regards,
NikkoMarch 16, 2017 at 10:01 pm in reply to: Bug in default responsive/mobile tables (to display tabular data) #762231Hi,
Glad that you made a workaround it :)
Regards,
NikkoMarch 16, 2017 at 1:11 pm in reply to: Pagination in Blog element of Portfolio item, not working #761867Hi,
We would need access to the wp-config.php file so debugging can be enabled (this can be done without showing errors on page but only generates error_logs which is very useful) and probably .htaccess file. I don’t think the issue is missing or corrupt file since it works properly when using plain permalink.
Best regards,
NikkoMarch 16, 2017 at 12:55 pm in reply to: Layerslider: Slides problems after theme update to 4.0.2 #761864Hi,
I have checked it out and it seems the new version of layerslider integrated into Enfold isn’t compatible with the boxed layout. I have added this css code in Quick CSS (located in Enfold > General Styling) which fixes the slider navigation elements:
#top .avia-layerslider .ls-wp-container .ls-slide-backgrounds * { max-width: 100%; } #top .avia-layerslider .ls-wp-container { width: 100% !important; }
Will report this to Kriesi and our devs, for the meantime please adjust the layer elements so it goes to center.
Cheers!
NikkoMarch 16, 2017 at 12:08 pm in reply to: How can I add a company logo in the header of mobile menu? #761847Hi pimroll,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #mobile-advanced { background: #fff url('http://domain.com/enfold/wp-content/uploads/2017/02/logo.png') left 30px top no-repeat; background-size: auto 89px; } }
Try to replace http://domain.com/enfold/wp-content/uploads/2017/02/logo.png with the url of your logo and probably adjust some of the code. Hope this helps :)
Cheers!
NikkoHey,
Try using this plugin: https://wordpress.org/plugins/simple-image-sizes/ then in Settings > Media you should be able to see sizes and widget should be 36 x 36, just change it to the value you like then regenerate the images or you might need to re-upload if there are no changes. Then on Quick CSS (located in Enfold > General Styling) try to add this css code:
#top .news-thumb img, #top .news-thumb img { width: 100px !important; height: 80px !important; max-width: 100px; }
Just adjust the width and height as you see fit. Hope this helps :)
Cheers!
NikkoMarch 16, 2017 at 11:56 am in reply to: Bug in default responsive/mobile tables (to display tabular data) #761844Hey,
I can’t see any table except for pricing table which I think doesn’t have that issue, I think you are referring to the last table in this demo: http://kriesi.at/themes/enfold-2017/elements/tables/ ? Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { .responsive div .avia_responsive_table .avia-data-table th, .responsive div .avia_responsive_table .avia-data-table td { display: table-cell !important; border: 1px !important; } .responsive div .avia_responsive_table .avia-data-table td:before { display: none !important; } }
Let us know if this helps.
Best regards,
NikkoHey,
Thanks for the login details, I tried it out and it was working properly when I changed it to Single Author Small Thumbnail. Probably it was cached when you checked it try to flush the cache or disable w3 total cache plugin and see if it works.
Cheers!
NikkoHi,
Thanks for the login details. This is fixed. I have tested it out by creating a test page and it was working fine, I save the ways to prepare page as a template and applied it to the test page, it was also working out fine also however the ways to prepare page seems not to render it and no errors or anything can be found. I just trashed the ways to prepare page (still there on the trash) and used the test page configured it a bit so it has same settings as the original that was trashed and it worked out just fine, though I can say it’s a weird issue but it’s all good now. :)
Best regards,
NikkoHi,
Try to use url shortener apps like https://goo.gl/ or https://bitly.com/ then use the shortlink instead of the one you have. Hope this would help :)
Best regards,
NikkoHi,
Glad that you have found a solution and thanks for sharing it :)
Cheers!
NikkoHi,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts