Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for preparing the screenshot, I do not have a 23″ I checked your site on 21″ screen and it looks good. One thing I can suggest is to keep all the images same size or make sure all images are larger than the screen size.
You can copy the shortcode for the slider from the below link and paste it on a test page to check if that works fine for you.
https://pastebin.com/raw/sJ1hUsDK
Best regards,
VinayApril 11, 2017 at 6:54 am in reply to: Remove alt text on image hover (Not the inside the code) #775824Hi,
Thank you for your understanding, to know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
To target the images only in content area please use the below CSS this will exclude the logo
Instead of using border try using the box-shadow it looks and works much better.#main .avia-slideshow img:hover, #main img:hover { -moz-box-shadow: inset 0 0 10px gold; -webkit-box-shadow: inset 0 0 10px gold; box-shadow: inset 0 0 10px gold; }
or
.page-id-xx #main .avia-slideshow img:hover, .page-id-xx #main img:hover { -moz-box-shadow: inset 0 0 10px gold; -webkit-box-shadow: inset 0 0 10px gold; box-shadow: inset 0 0 10px gold; }
Best regards,
Vinay-
This reply was modified 8 years, 4 months ago by
Vinay.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.post_delimiter { visibility:hidden; }
Best regards,
VinayHey MIMMT,
You need to add 2 separate class names to the two buttons.
Example: let’s add class names “btn-one” and “btn-two” to the two buttons.
/* Hover Effect */ .btn-one:hover { /* YOUR CSS HERE */ } .btn-two:hover { /* YOUR CSS HERE */ }
Best regards,
VinayHi,
The next update will be available very soon but at the moment we do not have an ETA. Please wait untile we release the update.
Thank you for your understanding :)
Best regards,
VinayHey doboon,
To change the link color on the page content please go to Enfold > General Styling > Main Content > Primary color.
Quick CSS should work fine. Please keep the CSS specification in the quick CSS to have more importance than the others already applied so your CSS will override the default CSS.
To modify the main menu items please go to Appearance > Menu > Select the main menu and add or remove the menu items.
Best regards,
VinayHi,
The customization in the child theme could be one of the reasons why this is happening. For testing purpose please remove the customization and use a plugin like https://wordpress.org/plugins/wp-show-more/ or https://wordpress.org/plugins/read-more-without-refresh/
Best regards,
VinayHey newki75,
We need to take a closer look please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
Here is the link agian https://kriesi.at/support/topic/excerpt-and-read-more-link/#post-519093
Let us know if you have any questions.
Best regards,
VinayHi,
Glad we could help! Please take a moment to review our theme and show your support https://themeforest.net/downloads
Thank you for using Enfold :)Best regards,
VinayHey hoteldepotph,
Please deactivate Caching plugin and turn on the developer mode on Cloudflare which will then load the updated version of the CSS file.
If yous till have any issues it may be because there is already some code in quick CSS with syntax error which will cause your code to not functions.
let us know if this helps :)
Best regards,
VinayApril 10, 2017 at 8:55 pm in reply to: Open Graph Data Not Being Fed to Facebook / URL scraper shows empty data fields #775634Hey goldengate415,
I checked the link you provided and the og is working fine.
However, the og is empty for the homepage. Please use a plugin like https://wordpress.org/plugins/opengraph/ and let us know if that makes any difference.Best regards,
VinayApril 10, 2017 at 4:34 pm in reply to: Remove alt text on image hover (Not the inside the code) #775537Hi,
It’s a default feature of the browser to show the title of the image if the image has a title attribute assigned to it. There is nothing we can do about it as we do not have control over the way browsers work. You either have to remove the title arttibute from the image to remove the title or add it to get the SEO benefits.
Best regards,
VinayHi,
It is normally commented out you need to remove the comment.
You need to use the nth-child CSS rule to apply a different background color to each column.
If you do not see the custom CSS field as an option in the element’s settings please post your login credentials so we can take a look at it.
Best regards,
VinayHi,
I checked your site and also the console is clear of any error messages. It appears to work properly.
Could you please let us know when exactly you get the error message? If it is during the update process please deactivate all plugins before updating and try again.Best regards,
VinayHi,
We are happy to help you and thank you for sharing the purchase code. For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
You can achieve almost similar results using third party plugin.
However, to make something exactly the same as your example you may need to hire a freelancer as suggested by @mike
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi!
I have tested this code on my installation and it should work for you too :)
Please deactivate any caching plugin and purge browser cache to see the changes after adding the code in Quick CSS.
If that does not help please post your login details in private content so we can take a look at it.
Regards,
Vinay-
This reply was modified 8 years, 4 months ago by
Vinay.
Hi,
Glad you figured this one out and sharing your tips :)
Thank you for using Enfold.
Best regards,
VinayHey Tiphaine36,
I checked your site and the slider fills the screen in all different sizes. Not sure if you figured this one out?
If you need further assistance please get back to us with a precise link where we cans ee the issue.
Best regards,
VinayHi,
Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
[placeholder]:focus::-webkit-input-placeholder { transition: opacity 0.15s 0.15s ease; opacity: 0; }
Best regards,
Vinay-
This reply was modified 8 years, 4 months ago by
Vinay.
Hey rdswestnet,
To change the stacking order of the grids in mobile we need to create 2 sets of grids one for desktop view and one for mobile view and then we will use custom CSS to hide one of the sets in mobile and one set on the desktop.
1. Enable custom css class name for ALB elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Show only in mobile or desktop*/ @media only screen and (min-width: 769px) { .only_mobile { display: none !important; }} @media only screen and (max-width: 768px) { .only_desktop { display: none !important; }}
3. Add class name “only_desktop” and “only_mobile” to the icon box set’s to be displayed only on desktop and only on mobile.
Best regards,
VinayHey Alex,
You can enable it from Enfold > Header > Header Behavior > Sticky Header
For further technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
We have added the below code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .avia-testimonial.no_margin { padding-left: 0% !important; padding-right: 0% !important; }}
You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Vinay-
This reply was modified 8 years, 4 months ago by
Vinay.
Hi,
Please enable custom CSS class name to the empty container by placing a code snippet to your functions.php file as mentioned in this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-container-height { height: 54vh; }
Best regards,
Vinay -
This reply was modified 8 years, 4 months ago by
-
AuthorPosts