Forum Replies Created
-
AuthorPosts
-
August 11, 2014 at 6:45 pm in reply to: Change the colour and the size of the Next page navigation buttons #302777
Hi!
Try to replace my code with:
.avia-post-prev .label, .avia-post-next .label{ left: auto !important; right: auto !important; }
On FF it now looks OK together with the code from yigit.
Cheers!
GünterHey!
Thanks for coming back.
Can you send us a link to your page please so we can see the problem?
Cheers!
GünterHey!
If I set the following in Chrome and FF, the complete button turns to green on hover. Replace the colors as you like:
#top .main_color .avia-button:hover{ background-color: green !important; border-color: green !important; }
Cheers!
GünterHey SphereEvenements!
Thank you for using our theme.
On the dashboard goto enfold->Footer layout.
Select “Display footer widgets” or “Display footer widgets & sockets” from first select box and Number of footer colums you like (1-4) from the second box.
Goto dashboard–Appearance-Widgets.
In the widget areas “Footer Colum 1” – “Footer Column 4” drag the available widgets from the “available widgets” and adjust the settings for the widgets.
Regards,
GünterHi welti!
Danke dass Sie unser Theme verwenden.
Kann es sein, dass die Bilder zu unterschiedlichen Zeiten hochgeladen wurden. Es scheint, als ob die Formate nicht ganz übereinstimmen.
Versuchen Sie, mit einem Plugin wie z.b. https://wordpress.org/plugins/regenerate-thumbnails/ die Bilder auf eine einheitliche Größe zu bringen.
Regards,
GünterHi!
Maybe there is a syntax error in the file.
Try to remove all entries, so an empty file is left and add then add the entries step by step again, until it does not work any more.
Do not forget to clear the browser cache before reloading the page !!!!
Cheers!
GünterHi matjaz_!
Thank you for using our theme.
First try to deactivate all plugins.
You can also try to increase the php memory by adding the following lines to wp-config.php at the end:
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );If this does not help, can you give us the link to your page please and an admin login?
Regards,
GünterHi aabele!
Thank you for using our theme.
in enfold/css/grid.css you can find the media queries like:
@media only screen and (min-width: 480px) and (max-width: 767px) { .... }
They control the responsive design.
Regards,
GünterHi generalmatti!
Danke, dass Sie unser Theme verwenden.
Es gibt da folgende Posts:
https://kriesi.at/support/topic/using-conditional-menus-with-custom-defined-user-roles/
oder auch
https://kriesi.at/support/topic/enfold-conditional-menu/
https://kriesi.at/support/topic/custom-conditional-logic-for-hideshow-menu-items/Falls noch Probleme auftreten, stehen wir gerne zur Verfüguing.
Best regards,
GünterHey Ba2que!
Thank you for using our theme.
Switch back to a standard WP Theme first and deactivate all plugins and update WP to the latest version.
If activating Enfold after this does not work, there is probably a memory problem of php.
In wp-config.php at the root directory add the following at the end of the file:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You might have to check for a bigger memory limit with your hoster.
Best regards,
GünterHey Lim!
Thank you for using our theme.
Did you already check: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory?
Best regards,
GünterHey!
To insert a Read More link in the post content you have to enter
<!–more–>
in the text of the content, where you want to display it.
Have a look at http://codex.wordpress.org/Customizing_the_Read_More
and the sections
Modify The Read More Link Text
and
Displaying a “more…” link when using the the_excerpt()
for more information how to customize.
Best regards,
GünterHey!
Thank you for coming back.
The link only leads to a “under construction” page. We would need an admin login and the link to the page, where the problem occurs.
Cheers!
GünterHey!
Did you already try to add !important to all your changes in the child theme’s style.css?
Regards,
GünterAugust 11, 2014 at 4:01 pm in reply to: Change the colour and the size of the Next page navigation buttons #302675Hey!
Try the following:
.avia-post-prev .label, .avia-post-next .label{ left: auto !important; margin: -11px auto !important; }
Best regards,
GünterAugust 11, 2014 at 3:47 pm in reply to: RE: Widgets – Configured widgets settings keep disappearing #302658Hi!
Thank you for using our theme.
Sometimes plugins can cause problems.
Come back when you have other problems.
Enjoy the theme.Cheers!
GünterHi Ship-ST!
Thank you for using our theme.
Try to put in custom.css or Enfold->Styles->Quick CSS field:
.single #main .content .entry-footer{ float: left !important; }
Regards,
GünterHey Arran!
Thank you for using our theme.
Try the following:
.single .content { border-right-style: none; border-right-width: 0px; } .single .sidebar { border-left-style: none; border-left-width: 0px; }
The link you gave me was to a single post, but you can replace .single with .blog.
Best regards,
GünterHi!
Thanks for coming back.
But it is not possible to know, what elemwnts you mean, because enfold offers so many possibilities and settings. To be able to help you we need a link to your page to provide you with the correct CSS.
Regards,
GünterHey!
Eine Promobox ist als shortcode implementiert. Eine Antwort finden Sie hier:
http://stackoverflow.com/questions/4773186/shortcodes-inside-a-shortcode-wordpress
Möglicherweise erfordert dies aber auch eine Änderung im php code von
enfold\config-templatebuilder\avia-shortcodes\promobox.php
Regards,
GünterHey!
Try to change the z-index of this div to a high value and add !important to your CSS settings:
.your_div_class{ z-index: 1000 !important; width: 100% !important; height: 100% !important; }
Cheers!
GünterHi!
The masonry gallery is surrounded already with 2 divs:
class = “avia-builder-el-9”
id = “av-masonry-1”If you go to masonry_gallery.php line 254 you find:
$masonry_html = $masonry->html();
Try to replace this with:
$masonry_html = '<div ....... >'; $masonry_html .= $masonry->html(); $masonry_html .= '</div>';
Regards,
GünterHey axelfx07!
Thank you for using our theme.
You have to update the parent theme, because the child theme only overrides the standard behaviour of the parent theme.
See also: https://kriesi.at/support/topic/how-to-update-enfold-theme-with-a-child-theme/
Best regards,
GünterHi keifygeorge!
Thank you for using our theme.
Can you send us a link to the page so we can give you the correct CSS?
Best regards,
Günter- This reply was modified 10 years, 5 months ago by Günter.
Hi!
Keep the 4 colums.
Try the following in custom.css or Enfold->Styles->Quick CSS field:@media only screen and (min-width: 768px) and (max-width: 959px) { #av_section_1 .container .first, #av_section_1 .container .avia-builder-el-last{ display: none; } #av_section_1 .container .av_one_fourth{ margin-left: 0; width: 100%; } }
Maybe you have to adjust the min-width to 480px;
Cheers!
GünterHey foxtrotstudio!
Thank you for using our theme.
Can you send us a link to the page please so we can give you the correct CSS ?
But you can also try to add an empty 1/4 column as the first and at the last position.
Best regards,
GünterHi!
It would be easier if i had a link to the page, but in common you have classes or id’s assigned to the “button” and the image.
You can write something like this:
#button-id #image-id{ ..... enter your CSS for normal state } #button-id:hover #image-id{ .... enter your CSS for hover state }
Regards,
GünterHi!
Have a look at the following articels:
http://css-tricks.com/different-transitions-for-hover-on-hover-off/
http://css-tricks.com/almanac/properties/t/transition/They can help you.
More complex examples you find at:
http://www.pepe-juergens.de/2013/01/css3-transitions-hover-effekte/
Regards,
GünterHi danieltjohnston!
Thank you for using our theme.
In custom.css line 52 you find the following:
.search { left: 695px; position: absolute; top: 33px; }
This seems to be the problem.
You can remove it completly.Best regards,
Günter -
AuthorPosts