Forum Replies Created
-
AuthorPosts
-
February 5, 2015 at 4:21 pm in reply to: Reiter, Tabs und Accordions mit Mouse-Over-Funktion #391415
Hey mexi33330!
Danke dass Du unser Theme verwendest.
Bei welcher Seite hast Du Probleme mit dem Mouseover Effekt? Eigentlich sollte der funktionieren, siehe:
http://kriesi.at/themedemo/?theme=enfold-overview
– Toggles & Accordions
– Tabswenn auch manchmal nur sehr dezent.
Bei konkreter Seite können wir Dir gerne helfen, diesen Effekt stärker zu machen.
Cheers!
GünterHey!
Thank you for coming back.
There is no hook to modify the text without changing the core file.
1) You can modify the translation in the translation file (see text below)
or
2)
Modify enfold\comments.php lines 162ff:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>"; echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";
replace with:
echo "<h3 class='miniheading'>".__(' your headline ','avia_framework')."</h3>"; echo "<span class='minitext'>".__(' your info text ','avia_framework')."</span>";
Cheers!
GünterHey!
The code should work, but I do not see it in the styles of FireBug – maybe you have a syntax error. Recheck your input.
Cheers!
GünterHey!
You can add it to custom.css or Enfold->Styles->QuickCSS field, same as above for the footer.
Best regards,
GünterHi 45678!
Thank you for using our theme.
I just checked your site and the backend. Looks good to me. Cannot reproduce the problem.
Can you specify more clearly, when and how the error occurs?
Can you create us a page where we can make changes to see the problem?Regards,
GünterHi hans!
Thank you for using our theme.
Out of the box we do not offer such a feature in our theme.
Regards,
GünterHey!
Thank you for coming back.
I hope, I understand your idea correctly.
E.g. if you want to make the menu button “Water Heater” red, you have to use the following:
#menu-item-6267 > a { background-color: red !important; }
Each menu has a unique number (6267 in this case).
Best regards,
GünterHey!
Thank you for coming back.
Please refer to this post, how to embed a pdf in HTML.
http://stackoverflow.com/questions/17784037/how-to-display-pdf-file-in-html
Place the HTML code in a codeblock element of the ALB.
Cheers!
GünterFebruary 5, 2015 at 2:16 pm in reply to: How to change the background color of the portfolio entries #391324Hey simonac!
Thank you for coming back.
Can you send us a link to this page so we can check for the correct CSS?
Best regards,
GünterHi szharas!
Thank you for coming back.
Pls. refer to this post:
http://codex.wordpress.org/Function_Reference/load_child_theme_textdomain
In functions.php of the child theme put the following:
add_action( 'after_setup_theme', 'my_child_theme_setup' ); function my_child_theme_setup() { load_child_theme_textdomain( 'my_child_theme', get_stylesheet_directory() . '/languages' ); }
Create a folder languages in the child theme directory and put your files in there.
Best regards,
GünterHey kimogroup!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the values for margins and padding of socket:
#footer { padding: 0 !important; } #footer .avia_fb_likebox { margin-bottom: 10px !important; margin-top: 10px !important; } #socket .container { padding-bottom: 5px !important; padding-top: 5px !important; }
Regards,
GünterHey phil78!
Thank you for coming back.
Add this to custom.css or Enfold->Styles->QuickCSS:
.form-allowed-tags { display: none !important; }
Can you pls. explain closer:
what title you want to change?
of ” answer ” I want to move a commentBest regards,
GünterHi webpress!
Thank you for using our theme.
WooCommerce offers payment gateways (some are plugins to buy extra) and allows different order status. So it should be possible to achieve your needs.
Check in WooThemes Store for plugin extensions of WC.
Cheers!
GünterHi jancecile!
Thank you for using our theme.
This is the file enfold\search.php.
Best regards,
GünterHi!
Thank you for coming back.
Glad I could solve your first problem.I cannot reach the link you gave us to check for the CSS (404 not found).
Best regards,
GünterHi!
I think, I found the solution:
.page-id-22 .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { bottom: 15px !important; right: 0 !important; left: 15px !important; }
I placed it in QuickCSS at the bottom.
Best regards,
GünterHey!
Not really. It works, when I insert the code in Firebug.
Can you give us an admin access, so we can check for a solution?
Best regards,
GünterHey!
Replace the code above with the following pls:
.avia-builder-el-2 { padding-left: 20px !important; }
Cheers!
GünterHey ovau!
Thank you for using our theme.
If possible, it would be better to have a clean installation of WP on the server.
Try to deactivate all plugins.
Try to reinstall the theme.There might be a php memory problem. In wp-config.php insert the following
define( 'WP_MAX_MEMORY_LIMIT', '128M' );
at the end before:
/* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');
If this does not help, check with your hoster to increase php memory in php.ini.
Come back, if you still have problems.
If possible, can you give us an admin account pls.Cheers!
GünterFebruary 4, 2015 at 2:57 pm in reply to: How to make telephone and social media icons larger in top right corner? #390750Hey onedesignprint!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the values:
.phone-info { font-size: 15px !important; } #top .social_bookmarks { font-size: 15px !important; }
Cheers!
GünterHey enricobaumgart!
Thank you for using our theme.
This element always takes 100% of it’s surrounding container. The only way to “center” it is to place empty sections with the same width to left and right of the element, which contains the list.
Cheers!
GünterHey newtonlinchen!
Thank you for using our theme.
Did you edit the settings for the woocommerce pages as you did for the other pages? Otherwise Enfold uses the default settings for these pages.
The pages are Shop, Cart, Checkout, MyAccount.
Of course you have to recheck your CSS setings for these pages also.
Regards,
GünterHey!
Thank you for coming back.
Try to add the following for the headline and adjust the value:
.col-2 h2, .col-1 h2 { padding-left: 10px !important; }
or try;
.col-1, .col-2 { padding: 10px !important; }
Cheers!
GünterHey!
Thank you for coming back.
Try the following please:
#top .av-masonry { margin-left: 20px !important; }
Regards,
GünterHi!
Glad we could help you. Enjoy the theme and thank you for using the forum.
Cheers!
GünterHey charlotteraboff!
Thank you for coming back.
Try to add the following and adjust the values:
#main .content p { font-size: 16px !important; } .title_container .main-title { font-size: 24px !important; }
Cheers!
GünterHey tcoach84!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value as needen:
.page-id-9 #accordion_slider_0 { margin-top: 10px !important; }
You can also use:
.page-id-9 #accordion_slider_0 { border-top: 10px solid black; }
Cheers!
Günter -
AuthorPosts