Forum Replies Created
-
AuthorPosts
-
Hi dereknicholson!
I’ve just checked the site and created a test page and everything works fine.
Make sure you’re selecting “Display title and breadcrumbs” in the Title Bar Settings
Best regards,
ArvishHey koala!
Add this code to Quick CSS or custom.css:
.avia_transform .image-overlay { background:#000; } .avia_transform a:hover .image-overlay { opacity: 0.6 !important; }
Change the opacity to your preferred level (between 0 and 1).
Regards,
ArvishHi tonyska!
You can control the width on a page by page basis using CSS.
For your about page, add the following to Quick CSS or custom.css
.page-id-3264{ width:1100px; margin: 0 auto; }
“page-id-xxxx” is the unique class used for each page.
You can find it attached with the body tag of a page on your site. Hit F12 on your browser and find the body tag and look for the class property to find the page-id-xxxx.
Cheers!
ArvishNovember 3, 2014 at 5:26 am in reply to: Wrap content with color sections (different background) #345071Hi DianeBenscoter!
The following outlines how to use Avia Layout Builder for your requirements.
1. Add a coloured section using Avia Layout Builder
2. Click on the coloured section to open the settings modal.
3. Select a Custom Background Colour
4. Disable Top and Bottom Border Styling by selecting “No Border Styling”
Should you have any further questions or encounter any bugs, we are always happy to assist.
Regards,
ArvishNovember 3, 2014 at 5:17 am in reply to: Enfold child theme doesn't work (reconize) in wordpress 4.0 #345068Hi johannesdorsey!
You need to have the complete Enfold theme present in the themes directory as well as Enfold Child.
You can download a starter Enfold Child Template here:
http://bit.ly/enfold-childCheers!
ArvishHey Rime!
Try updating Enfold via FTP
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Here’s a video tutorial of the process:
Regards,
ArvishHi!
You shouldn’t add any css.
In Enfold Theme Options > General Layout > Dimensions tab, just specify the size you would like your layout to be in “Maximum Container Width”
Cheers!
ArvishHey!
Instead try adding Elliott’s code to the general custom style section in the custom.css file located in your theme folder’s css folder.
Cheers!
ArvishHey!
I can see you managed to fix the spacing issue. Could we consider this as resolved?
Best regards,
ArvishHi!
Try adding the following CSS to Quick CSS:
.main_color a{ color: yourcolor !important; }
replacing yourcolor with your preferred color in HEX or rgb or literal.
Best regards,
ArvishNovember 2, 2014 at 6:40 pm in reply to: How to change the "submit” button in just one contact form? #344933Hi abovefp!
First refer to this article to turn on Custom CSS Class fields:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Second open your contact form’s settings and find the the Custom CSS Class setting.
Insert
customcontactform
in the text field.In Enfold Theme Options > General Styling > Quick CSS
Add the following code and save
.customcontactform input[type="submit"]{ background-color:#b20d0d !important; color: #FFF !important;; border-color: #b20d0d !important; }
Cheers!
ArvishHey!
We recommend a third party plugin like https://wordpress.org/plugins/contact-form-7/ for this feature.
Nevertheless, you can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
Cheers!
ArvishHey elames!
Add this code to your Quick CSS or custom.css
.newsbox .news-thumb{ display: none; }
Cheers!
ArvishHi!
In my professional opinion, your site needs to be restored from a previous backup. If the existing site is up and running perhaps you can a clone the existing site and work from there.
Use a third-party backup plugin:
https://wordpress.org/plugins/duplicator/
https://wordpress.org/plugins/all-in-one-wp-migration/
https://ithemes.com/purchase/backupbuddy/Regards,
ArvishHey ESWEENEY113!
Add this code to Quick CSS or custom.css
.widget_recent_entries li a { font-style: normal; }
Regards,
ArvishHi!
Open your translation .po file in Poedit.
Under Catalogue menu select “update from pot file”.
In the lang folder select “enfold.pot”
This should pull all the new texts to your translation including the share texts.
Best regards,
ArvishHey nreuter!
Could you please forward a link to your site It will also be helpful to mock up the modifications you want on a screenshot. It will help us understand the issue better and devise a solution for you.
Best regards,
ArvishHi mrjukic!
Please refer to this link: https://kriesi.at/support/topic/adding-featured-images-to-the-search-result/
This should use the featured images of posts and pages for search results.
Cheers!
ArvishHi maken03!
You could add an arbitrary
div
using code block inside one of the color sections and position it absolutely using CSS and media queries. Style this div with your transparent image.Cheers!
ArvishNovember 2, 2014 at 5:28 pm in reply to: Adding an intro text/pic to the top of the blog post #344901Hi Peter!
Create a page to be the blog page.
Set up the blocks in Avia layout builder as follows. Your layout can vary depending on what you want to add at the top:
Best regards,
ArvishHi Michael!
Could you please forward a link to your site and point out the items you wish to modify. It will help us understand the issue better and devise a solution for you.
Cheers!
ArvishHi vinyls!
To change you logo and other theme options click Enfold on the left hand side menu to access Enfold theme options. You can change the logo from there:
To remove the search from the menu, in Enfold Theme options > Header > Extra Elements, uncheck Append search icon to main menu
Cheers!
ArvishHey!
You can use a child theme to make changes to your site.
Here’s a link to download a starter child theme:
http://bit.ly/enfold-childWith regards to removing bold styles apply the CSS property
font-style: normal
to any required element. Use!important
if required.Cheers!
ArvishHey!
It will be the blog roll.
Single Post Style option is the style for individual posts.
Regards,
ArvishNovember 2, 2014 at 8:29 am in reply to: Website lost proper formatting after update to 3.0.2 #344815Hi!
Please refer to this post to resolve the sidebar issue:
https://kriesi.at/support/topic/blog-sidebar-is-wider-than-side-in-other-pages-why-is-that/#post-344412With regards to the header, try saving both page with the same header settings and see if this works:
If it does, please forward us administrative credentials to your site for us to have a closer look.
Regards,
ArvishHey!
I am glad it working for you now. We’ll have a look at the other thread asap.
Thank you for using Kriesi Themes.
Best regards,
ArvishNovember 2, 2014 at 8:16 am in reply to: CSS for Specific Posts from Categories in Grid View #344813Hi!
Add this as from line 120 in custom.css
.avia-content-slider .slide-entry{ border-top-width:3px !important; } /*Then for each post entry, change the color of the border*/ .avia-content-slider .slide-entry.post-entry-102{ border-top-color:brown !important; } .avia-content-slider .slide-entry.post-entry-107{ border-top-color:brown !important; } /*and so forth*/
Cheers!
ArvishNovember 2, 2014 at 7:59 am in reply to: Having an issue with Advanced Layerslider Images in Internet Explorer 11. #344811Hi D5WDesignGroup!
Just checked on IE 11. Everything seems to work fine.
Try optimising your images. It might improve the loading time of the images.
https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimizationBest regards,
ArvishHey!
Could you please repost the mockup. It seems it was deleted.
Regards,
ArvishHi!
It would appear it is a server limitation issue:
http://sevenspark.com/wordpress/menu-item-limitCreate a php.ini file in your wp-admin folder or if it already exists add the following code to it:
max_input_vars = 3000
Cheers!
Arvish -
AuthorPosts