Forum Replies Created
-
AuthorPosts
-
Hi!
If you use the first version, I would say yes.
If not, come back with a link to the page please.
Regards,
GünterHi!
Glad you could solve the problem.
Come back, if more questions arise.
Enjoy the theme.
Cheers!
GünterHey Gretaz!
Thank you for using our theme.
You can remove all preview images from the blog.
Put the following in custom.css or Enfold->Styles->Quick CSS field:
.blog article .small-preview{ display: none !important; }
Maybe it is necessary to specify the page, but in this case we would need a link to the page please.
Best regards,
GünterHi!
Thank you for using our theme.
You are using the latest version of enfold and of WP?
Try to deactivate all plugins and check, if the problem still occurs.
Maybe you run into a php memory problem. Try to open wp-config.php and add at the bottom:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
If this does not help check the possible memory limits with your hoster.
Cheers!
GünterHi Daniel!
Thank you for using our theme.
In the main enfold folder you find the file page.php. Copy this file to template-page.php.
Open it and in line 2 insert:
/* Template Name: Page no header with footer */
Now you find ‘Page no header with footer’ in the drop down list of templates.
Replace in line 14:
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
with
// if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
You can also delete this line completly.
Cheers!
GünterHi Jamie A!
Thank you for using our theme.
Unfortunately sticky posts are a bit weird and won’t work properly every time – e.g. see: http://core.trac.wordpress.org/ticket/25815
I suggest to try a plugin like: http://wordpress.org/plugins/post-types-order/ – it enables you to change the sort order of the posts easily and you can use it to add your “sticky posts” to the very top.
Cheers!
GünterHey blankonblank!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust the values:
.av_textblock_section{ border: 2px solid #000 !important; background-color: #000 !important; }
You probably need to specify the textbox you like, e.g.
.avia-builder-el-16 .av_textblock_section{ ........ put your settings here }
Cheers!
GünterAugust 12, 2014 at 10:08 am in reply to: Remove text-transform:uppercase; from H1 in Enfold theme #303043Hi!
Try to replace the above with the following:
h1{ text-transform: capitalize !important; } .template-page .entry-content-wrapper h1{ text-transform: capitalize !important; }
I’m not sure, if we can cover all h1, because CSS of the different elements may still override these settings.
The next problem is, that if the text is given in uppercase (as in your link), there is no CSS to transform to upper/lowercase.‘capitalize’ can only transform from lowercase to upper/lowercase.
‘none’ outputs the text as given is source.If you still encounter problems, come back.
Regards,
GünterAugust 11, 2014 at 7:17 pm in reply to: Remove text-transform:uppercase; from H1 in Enfold theme #302799Hi JulieDesigns2!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick CSS field put the following:
h1{ text-transform: none !important; }
Cheers!
GünterHey!
Gib bitte in custom.css oder Enfold->styles->Quick CSS Feld das folgende ein (4 Zeilen Mindesthöhe):
.grid-entry-excerpt.entry-content{ min-height: 64px !important; }
Cheers!
GünterHey blankonblank!
Thank you for using our theme.
This is not possible due to the html structure of this element.
Maybe you can use the testimonials shortcode.
Best regards,
GünterAugust 11, 2014 at 6:45 pm in reply to: Change the colour and the size of the Next page navigation buttons #302777Hi!
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ünter -
AuthorPosts