Forum Replies Created
-
AuthorPosts
-
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHey gatehealing,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey brockwatson,
This is possible via JS. Can you provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHey B,
It looks like you currently have a similar slider on your site. Do you just want to make that portion full-width?
Best regards,
Jordan ShannonApril 28, 2020 at 1:51 am in reply to: Commentary-area / The distance between the name- and the mail-field is missing! #1207659Hey Carsten,
Add this to quick css:
#respond .comment-form-author{ padding-right:10px!important; }Best regards,
Jordan ShannonApril 28, 2020 at 1:42 am in reply to: Horizontal Gallery – Navigate to specific slide via URL? #1207658Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Add this to quick css:
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a{ background:red!important; }Adjust the color to whatever you need?
Best regards,
Jordan ShannonApril 28, 2020 at 1:33 am in reply to: Grid Row 4 columns on desktop and 2 columns on mobile #1207656Hi,
Add this to quick css:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding { width: 50%!important; float: left!important; }}Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonApril 27, 2020 at 7:05 pm in reply to: Horizontal Gallery – Navigate to specific slide via URL? #1207587Hi,
Did you need additional help on this topic or shall we close?
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
This requires some code modification. Please refer to the following:
https://kriesi.at/support/topic/adding-captions-underneath-featured-images-on-posts/
Best regards,
Jordan ShannonApril 27, 2020 at 6:50 pm in reply to: Mailchimp: Please make sure that your fields are filled in correctly #1207579Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
You can try the following:
@media (min-width: 768px) and (max-width: 1024px) { #top .avia_ajax_form label { font-size: 12px !important; } }Adjust 12 to whatever you want.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonApril 27, 2020 at 6:29 pm in reply to: Blog Posts: Automatically display author, date, and categories? #1207564Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Please go to Enfold theme options > General Styling > Logo Area and change background color to whatever you need.
Best regards,
Jordan ShannonHey Arcadia93g,
Add this to quick css:
.page-child.parent-pageid-25 .flex_column.avia-builder-el-last{ border-left: 1px solid gray!important; padding-left: 50px!important; min-height: 960px!important; }Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan ShannonHey lemondog,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHey patriscia_new,
This should be possible via css. Can you provide a link to the site/page in question so we can look into this further?
Best regards,
Jordan ShannonHey ananda,
This should be possible via css. Can you provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
The plugin is just an easy way to interface with the admin, otherwise you will need to know the proper hooks to use to achieve your results:
https://codex.wordpress.org/Plugin_API/Action_Reference
As for the php code to use, you would add any needed css to the functions.php on conjunction with the proper hook. For example:
add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() { echo '<style> body, td, textarea, input, select { font-family: "Lucida Grande"; font-size: 12px; } </style>'; }Best regards,
Jordan ShannonApril 27, 2020 at 5:56 pm in reply to: Grid Row 4 columns on desktop and 2 columns on mobile #1207550Hi,
Thanks for sharing. Do you mean the homepage columns?
Best regards,
Jordan Shannon -
AuthorPosts
