Forum Replies Created
-
AuthorPosts
-
Hey KarlNewark!
Thank you for using our theme.
Did you already try to resize the images with a plugin like:
https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
GünterSeptember 4, 2014 at 1:41 pm in reply to: Have posts linked directly to URL in magazine layout #313368Hi Sherry!
Thank you for using our theme.
Out of the box there is currently no possibility.
If you want to implement it, you have to modify the php code in
enfold\config-templatebuilder\avia-shortcodes\magazine.php
line 527: $link = get_permalink($entry->ID);
But this is customization and bejond the scope of support.
Best regards,
GünterSeptember 4, 2014 at 1:02 pm in reply to: How to change the color of the extra elements above header #313348Hey svetkol!
Thank you for using our theme.
You can try to start with
#header_meta
#header_meta .sub_menu
#header_meta .phone-info
If you can provide us a link to your page we can help yoiu with the CSS.
Cheers!
GünterHey Soapmarine!
Thank you for using our theme.
You have to add the style attribute to the <b> tag, because theme CSS styles this directly:
<b style="color: #ffcc99 !important;">
Regards,
GünterHi SANDRAWIN!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put the following:
To remove the image on single post:
.single .blog-meta { display: none !important; }
For the space (adjust the value):
.single .entry-content iframe { margin-top: 25px; }
Best regards,
GünterHi!
Thank you for using the forum. Come back with any other questions.
Enjoy the theme.
Regards,
GünterHey webdevsd!
Thank you for using our theme.
Your example is created with the portolio grid and the template builder.
Best would be you try to setup a page with this element, give us a link to the page and we can try to give you the CSS to correct the spacing then.
Regards,
GünterHi jeffkaiser!
No, with CSS alone you cannot remove a link. This is only possible with jQuery or Javascript.
You will have to stick to the other ways.
Best regards,
GünterHi frescova!
Thank you for using our theme.
Have a look at:
http://codex.wordpress.org/Category_Templates
and
https://wordpress.org/plugins/custom-category-templates/
This will give you a good start.
Come back, if you need more assistance.
Best regards,
GünterHi!
Thanks for the update.
Please try the following:
.template-blog .blog-meta{ display: none !important; } .template-blog .post-meta-infos { display: none !important; }
Best regards,
GünterHey Benjamin!
Thank you for using our theme.
In custom.css or Enfold -> Styling -> Quick-CSS put the following and adjust the values:
div .main_color .tabcontainer .active_tab { background-color: #efefef !important; font-size: 1.1em !important; } div .main_color .tabcontainer .tab { font-size: 1.1em !important; }
You also can change the font size to a fix value with:
{ font-size: 11pt !important; }
Best regards,
GünterHi Chrisparkins!
Thank you for using our theme.
Can you send us a link to the page so we can check please?
Cheers!
GünterHi ehlmarket!
Thank you for using our theme.
Upload enfold to your website (via WP or FTP) and activate the theme like you do with any other WP-Theme.
The content (posts, pages) will be taken from the Database and will be displayed by our theme.
Of course you have to set up your required theme settings in Dashboard -> Enfold -> …..
If your old theme had used custom post types, those will not be recognised by Enfold.
Regards,
GünterSeptember 3, 2014 at 11:00 am in reply to: Enfold Theme- Theme options not showing in the dashboard #312750Hi Geoffdoyle!
Thank you for using our theme.
First step – deactivate all plugins. If Enfold works, try to reactivate 1 plugin after the next.
Before strarting to reactivate the plugins you also can try to increase php memory. In wp-config.php before the line:
require_once(ABSPATH . 'wp-settings.php');
insert the following:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Regards,
GünterHey!
Copy the original file Enfold/framework/php/class-breadcrumb.php into the root directory of enfold-child (same, where enfold-child/functions.php is).
Modify this file as described above.
In enfold-child/functions.php put the following at the end:
require_once( 'class-breadcrumb.php' );
Delete the original file. You have to delete the original file after every update of the theme.
Regards,
GünterSeptember 2, 2014 at 11:05 am in reply to: Remove Comments, Category, Author Meta from Blog Feed #312189Hi indy1003!
Thank you for using our theme.
Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:
.entry-content-wrapper .post-meta-infos { display: none !important; }
If it does not work, please send us a link to your page.
Best regards,
GünterHey!
Thank you for using our theme and the support forum.
Glad, you could fix the problem.
Come back with any further questions and enjoy the theme.
Cheers!
GünterHi!
As long as you did not change anything in the theme files you can update without problems. Your settings made in the Enfold settings page and Quick CSS will be kept.
Best regards,
GünterHi Papillon16!
Danke, dass Sie unser Theme verwenden.
Wenn ich auf den Link gehe, bekomme ich die Seite angezeigt. Hat sich das Prblem erledigt?
Cheers!
GünterHi!
Danke für die Rückmeldung.
Gerne stehen wir für weitere Fragen zur Verfügung.
Viel Freude mit dem Theme.
Cheers!
GünterAugust 21, 2014 at 12:25 pm in reply to: Changing color of social icons in transparent header #307297Hey!
Glad I could help you. Come back with any further questions.
Enjoy the theme.
Regards,
GünterHey!
Glad I could help you. Come back with any further questions.
Enjoy the theme.
Regards,
GünterHi dondela!
Danke dass Sie unser Theme verwenden.
In custom.css oder Enfold->Styles->QuickCSS Feld bitte das folgende eingeben:
#top #header .avia_mega_div .sub-menu{ float: left !important; }
Best regards,
GünterAugust 21, 2014 at 11:13 am in reply to: Reduce white space above featured image on Blog Post #307268Hey jacobtaddy!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:
.single .entry-content-wrapper{ margin: -15px 0 0 0 !important; }
Best regards,
GünterHi!
This should do for a single column:
.avia-pricing-table-container > .pricing-table-wrap:nth-child(1) > .pricing-table.avia-center-col > li:nth-child(5) { background-color: red !important; }
Best regards,
GünterAugust 21, 2014 at 10:55 am in reply to: Changing color of social icons in transparent header #307259Hi!
Try to add the following:
#top .social_bookmarks li a { color: gray !important; } #top .av_header_transparency .social_bookmarks li a { color: white !important; }
Regards,
GünterHey Slade!
Thank you for using our theme.
Try the following and adjust the value of the color for each nth-child:
.pricing-table.avia-center-col > li:nth-child(5) { background-color: red !important; }
Cheers!
GünterHi boazmns!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick CSS put the following:
.avia-icon-list .iconlist_icon { font-size: inherit !important; }
Best regards,
GünterAugust 21, 2014 at 10:13 am in reply to: Add spacing between List Item Title and List Item Content? #307248 -
AuthorPosts