Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using our theme. Happy, you found a solution.
Enjoy the theme and feel free to come back.
Cheers!
GünterHi!
Freut mich, dass ich Dir helfen konnte.
Viel Freude mit dem Theme. Gerne kannst Du mit weiteren Fragen kommen,, wenn Du noch Probleme hast.
Cheers!
GünterHi!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS try to put the following and adjust the vaule:
.page .content .entry-content { font-size: 15px !important; }
Best regards,
GünterHi Dirk!
Danke dass Du unser Theme verwendest.
Versuche das folgende:
#menu-item-441 > a .avia-menu-text { color: #a81010 !important; }
Regards,
GünterHey terveysmaailma!
Thank you for coming back.
The option “breadcrumb only” should be released in the next update. Can you wait until this release?
It should then be possible to edit the single product page and select the option in Layout -> Title Bar Setting
For the spacing – can you send us a link to your page so we can check for the correct CSS code.
We can also provide you with a workaround solution for hiding the title before the next release.
You can post the link as a private reply here.
Cheers!
GünterMarch 3, 2015 at 12:14 pm in reply to: Breadcrumb heading change from h1 to span in child-theme possible? #405076Hey LOGTJM!
Thank you for coming back.
If you are talking about the space between the header and the first “tribesta” image – there is a codeblock with a hidden hr inside, that causes the space.
Try to remove this codeblock.
If I understood you wrong, maybe you can point out more closely your problem – a screenshot would be helpful.
Cheers!
GünterHi drksteel!
Thank you for using our theme.
Can you pls. send us a link to the page, so we can provide you with the correct CSS. You can post it here as a private reply.
As Enfold offers so many variations it is hard to help you without seeing the page.
Cheers!
GünterHi Dong!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
#top div .avia-gallery img { border-color: green !important; } #top .av-catalogue-list, #top .av-catalogue-list > li { border-color: green !important; }
The border color on the demo site is #ebe8e2.
Cheers!
GünterHi Jennifer!
Thank you for coming back.
Try the following:
#top .avia-button-fullwidth .av-button-description { font-size: 12px !important; }
Best regards,
GünterMarch 3, 2015 at 10:35 am in reply to: Yellow Signature/Author Area… The Controls are – where? #405041Hey!
I figured out the problem:
td { padding: 9px 12px; }
When the screen gets too small, this avoids narrowing of the table cells and the table is hidden from the right.
Try the following and adjust max-width value and the second padding value.:
@media only screen and (max-width: 480px) { .page #main table td { padding: 9px 4px; } }
If you want, you can add several paddings like:
@media only screen and (min-width: 481) and (max-width: 767px) { .page #main table td { padding: 9px 8px; } }
Cheers!
GünterHi!
Thank you for coming back. Try the following:
.page #main table td { border-width: 0 !important; }
Regards,
GünterHey antosi!
Thank you for coming back.
Can you send us a link to the page with the problem pls. You can post it as a private link here.
There is a CSS conflict, but without seeing the page and the underlying CSS we cannot provide any assistasnce.
Best regards,
GünterHey teachingwithamy!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following:
.blog .blog-meta a { display: none !important; }
Best regards,
GünterHi wordmax!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS put the following:
.home #after_masonry { display: none !important; }
Best regards,
GünterHi Oliver!
Danke dass Du unser Theme verwendest.
Kannst Du uns Dein Problem näher skizzieren?
Es gibt das WP Standardverhalten, dass von einem Menüpunkt aus auf eine Kategorieseite verlinkt wird, die aufgrund der Templatehierarchie gefunden wird.
Bei Enfold gibt es Einstellungen, wie die Seite aufgebaut werden soll.
Alternativ kannst Du eigene Templates bauen für jede Kategorie. Siehe dazu:
http://codex.wordpress.org/Category_Templates
Ich hoffe, das hilft einmal für den Anfang.
LG
GünterHi finchkelsey!
Thank you for using our theme.
You apply your custom class in the ALB element without “.”, that means only “blue”.
This class is applied to the wrapper of the element. As the subelements of this element also have stylings, these can overwrite your settings. You have to check the HTML and CSS structure more closely on the actual page and combine it with classes, id or tags to the actual element, e.g.
.blue .av-special-heading-tag{ color:#1BC4DE !important; }
Cheers!
GünterHi!
Glad we could help you. Enjoy the theme and feel free to come back with further questions.
Best regards,
GünterHi!
Thank you for coming back.
The logo is an image which is displayed with 300px * 100px (width * height).
If you want to use the maximum, you should scale your logo to that size and it will fill the complete space.
I hope, I understood your question correctly.
Cheers!
GünterHi!
Glad you found a solution. Thank you for posting it for other users.
Enjoy the theme.
Best regards,
GünterHi!
Thank you for cominbg back.
If you want to limit it to that page only:
.page-id-641 #main .post-title a { font-size: 60px !important; }
Or you can try to use:
#main .post-title a { font-size: 60px !important; }
Regards,
GünterHi hanslindstrom!
Thank you for using our theme.
I included the following hook (to follow the new naming convetions for Enfold):
$excerpt = apply_filters( 'avf_post_slider_entry_excerpt', $excerpt, $prepare_excerpt, $permalink, $entry );
and placed a pull request to Kriesi. It should be included in the next update(s) if Kriesi approves it.
Best regards,
Günter -
AuthorPosts