Forum Replies Created
-
AuthorPosts
-
July 24, 2014 at 1:15 pm in reply to: Invert main menu, logo and social media icon colors at top of page #295405
Hey!
I will forward your request to Kriesi. But as much as I’m concerned this is the first request.
If you really need it, I can offer to implement it for you on a freelancer base or you can have it also be done by some other developer.
Best regards,
GünterJuly 24, 2014 at 11:20 am in reply to: Invert main menu, logo and social media icon colors at top of page #295358Hi Brownhill!
Thank you for using our theme.
The CSS for changing the icons and phone:
.page-id-258 #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: white; }
Changing the image can only be achieved with jQuery and manipulating the DOM.
But this is beyond the scope of support.
Cheers!
GünterJuly 24, 2014 at 9:37 am in reply to: Enfold – Tables rows change font color, alternates color between default/light #295325Hey Monsoon!
Thank you for using our theme.
Put the following in custom.css or Enfold->settings->Quick-CSS field:
This should change the colour of every second row
.main_color .pricing-table > li:nth-child(2n) { color: inherit !important; }
To set color for all rows (adjust color value):
.pricing-table > li{ color: #000 !important; } .main_color .pricing-table > li:nth-child(2n) { color: #000 !important; }
Regards,
GünterJuly 23, 2014 at 10:03 am in reply to: Where can I add html code so that I have a banner under the menu? #294839Hey!
As far as I can see Peters code does not display anything on Homepage (is_home()) or frontpage (is_front_page()).
You can also try to replace
if(is_home() || is_front_page()) return; // with if(is_home()) return;
Regards,
GünterHi!
Are you using the latest version of WP – 3.9.1? If not, please update.
You can also try to put in config.php in WP root folder at the end of the file before wp-settings.php inclusion.:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Regards,
GünterJuly 23, 2014 at 9:44 am in reply to: CSS: possible gap between header (logo area) menu content? #294834Hey!
Use the following and adjust the value:
.product .price{ font-size: 15px; } .cart_dropdown_link span{ font-size: 25px; }
Best regards,
GünterHi!
Please have a look at this post:
https://kriesi.at/support/topic/social-icons-in-footer-socket/
I think, it will answer your question.
Best regards,
GünterHey tylrsmllr!
Thank you for using our theme.
In custom.css or Enfold->Stylings->Quick-CSS field try to put the following and adjust the values:
.avia-testimonial .avia-testimonial_inner{ font: }
If it does not work give us a link to the page please.
Cheers!
GünterHey cindy531!
Thank you for using our theme.
You have to modify a theme file. If you are using a child theme, copy enfold/includes/loop-index.php to the corresponding child theme fiolder enfold-child/includes/, otherwide modify the original file:
// goto line 165: echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; // and replace with: echo '<span class="blog-categories minor-meta">'; echo $cats; echo '</span>';
Best regards,
GünterHey!
Thank you for using our theme.
This seems to be a problem of WooCommerce plugin.
Maybe you can report it to WooCommerce Support https://support.woothemes.com/hc/en-us.
Regards,
GünterJuly 22, 2014 at 10:02 am in reply to: Child functions.php Not Overriding Parent functions.php #294247Hey Luis!
Thank you for using our theme.
If you are using cross domain action call this might make problems. Check the following article:
http://stackoverflow.com/questions/8497609/html-form-post-cross-domainFor the same domain it should work.
Cheers!
GünterHey!
To alter the styles of the second table put in custom.css or Endold->Styles->Quick-CSS field the following and adjust the values:.avia-table-2 tr:nth-child(2), .avia-table-2 tr:nth-child(4), .avia-table-2 tr:nth-child(6) { background: #e1e1e1 !important; } .avia-table-2 tr{ font-size: 12px !important; }
For the first table use .avia-table-1.
Cheers!
GünterHi BarkProductions!
Thank you for using our theme.
At the moment radio boxes are not supported. It may be added in future releases.
Regards,
GünterHi!
There is currently no support for this in the advanced styling menu.
Please referr to this post:
https://kriesi.at/support/topic/menu-hover-color-heading-font-size-remove-borders/Come back on further questions.
Regards,
GünterHey Geoffdoyle!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:
.grid-entry article > a{ border: 2px white solid; }
If this does not work can you give us the linkl to the page please?
Cheers!
GünterHey Geoffdoyle!
Thank you for using our theme.
Can you give us the link to the page you want to change?
Best regards,
GünterJuly 21, 2014 at 10:28 am in reply to: Child functions.php Not Overriding Parent functions.php #293767Hi Webbee!
Thank you for using our theme.
The problem is, that functions.php from the parent themes overwrites your settings of the child them, because it is loaded after your code.
You have to put your code in the child theme in an action hook:
function my_image_size() { global $avia_config; $avia_config['imgSize']['entry_with_sidebar'] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries } add_action('init', 'my_image_size', 1);
Regards,
GünterHi studioinktvis!
Thank you for using our theme.
Try to put the following in custom.css or Enfold->Settings->Quick-CSS field:
.avia-menu-fx { display: none; }
Best regards,
GünterHey xyzb!
Thank you for using our theme.
Can you give us a link to the page and an admin login, so we can check?
Regards,
GünterHallo gowapi!
Danke dass Sie unser Theme benutzen.
Können Sie uns bitte den Link zu der Seite geben und auch einen admin login, damit wir uns das anschauen können?
LG
GünterHey!
Thank you for using our theme.
Can you send us a link to your page(s) so we can check?
Shall this be done on all pages or only certain pages.
Cheers!
Günter -
AuthorPosts