Forum Replies Created
-
AuthorPosts
-
Hey ewingmh,
I have added the slider and you should be able to see it (link below). :)
Best regards,
NikkoApril 5, 2017 at 5:47 am in reply to: Where can I set the Sub Menu Font Size? & how best to choose Image sizes? #772191Hey rwidick,
1. It should be located in between Post Slider and Testimonials.
2. It varies depending on what element you use, for example Image element doesn’t have any but if you choose for example Gallery, there’s this option Gallery Preview Image Size which you pick the image size you wanted to use, and you could crop your image based on the size you use.
Hope this helps :)Best regards,
NikkoHey DaveMBall,
I checked on the site you gave but it seems that you have already managed to fix it. If not, please provide a temporary admin access as well as the link where the issue shows.
Best regards,
NikkoHey djhal3,
Try adding this css code:
.avia-menu.av_menu_icon_beside { border-right: 0 !important; }
Hope this helps :)
Best regards,
NikkoHey InteractiveInvestor,
Thanks for providing the link. I don’t think accordion slider would work for your content on mobile, would it be okay if the workaround would be using accordion slider on desktop and tablets and for mobile, hide it and use other modules/elements like image & text?
Best regards,
NikkoHey Gary,
Try to reduce the number of logos to make it bigger since with higher of number of columns, the width per column will be reduced thus the image gets smaller. Hope this helps :)
Best regards,
NikkoHi,
Can you give us a link to your site? so we can check why it’s not working. Just post the details in Private Content, if you want it only to be seen by moderators.
Best regards,
NikkoApril 3, 2017 at 10:01 am in reply to: Featured Image Slider: Remove Title, Make Image Link to Post #770991Hi,
You’re welcome. Try to change this code I gave:
$html .= "<a href=".get_permalink()."><li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>";
to this one:
$html .= "<a href=".$link."><li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>";
Hope this helps :)
Best regards,
NikkoHi,
You can float it to the right. This css code I gave you:
#footer .widget * { text-align: left; }
Should be inside the:
@media only screen and (max-width:767px) {
it should be something like this:
@media only screen and (max-width:767px) { #footer .widget * { text-align: left; } }
That should fix it :)
Best regards,
NikkoHi,
When you insert the image to a team member, before you insert an image, you should see this on the right ATTACHMENT DISPLAY SETTINGS which defaults to medium, if you select medium then that should be the image size you should change. Hope this helps :)
Best regards,
NikkoHi,
That’s a weird issue. 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,
NikkoHey Omar,
We’re very sorry to hear that. That is achievable with Enfold, but through Quick CSS with several css codes, but still using the stretched layout since it would be much complicated using boxed layout.
Best regards,
NikkoApril 3, 2017 at 6:52 am in reply to: Product Image has been published but site doesn't reflect changes #770900Hi,
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,
NikkoApril 3, 2017 at 6:50 am in reply to: Featured Image Slider: Remove Title, Make Image Link to Post #770898Hi,
Yes, but I suggest you use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ then replace the image slider functionality by overriding it: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ the file you should modify is slideshow_feature_image.php, copy it from enfold>config-templatebuilder>avia-shortcodes and paste on the shortcodes folder of your child theme then find this php code (line 546):
$caption .= ' <h2 class="avia-caption-title"><a href="'.$link.'">'.$title.'</a></h2>';
replace it with:
//$caption .= ' <h2 class="avia-caption-title"><a href="'.$link.'">'.$title.'</a></h2>';
then on line 576-578:
$html .= "<li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>"; $html .= $caption; $html .= "</li>";
replace this code with:
$html .= "<a href=".get_permalink()."><li {$slide_data} class='slide-{$counter} {$slide_class} slide-id-".$slide->ID."'>"; $html .= $caption; $html .= "</a></li>";
Hope this helps :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #header_main .subtext { display: none; } }
Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHi,
Let us know if you need more help :)
Best regards,
NikkoApril 3, 2017 at 6:34 am in reply to: Update to 4.05 error during the process! Unable to open my website #770892Hey Alain,
Can you give us ftp access also?
Best regards,
NikkoHi,
Try to change this css code:
.push-right{ position:absolute; right:20px; top:80%; transform:translateY(-50%); }
to this one:
.push-right { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); }
For making footer + socket to align text on left, try adding this code:
#footer .widget * { text-align: left; }
inside this:
@media only screen and (max-width:767px) {
Hope this helps :)
Best regards,
NikkoHi,
That’s okay glad to hear it’s good now. Thanks for using Enfold :)
Best regards,
NikkoHi,
The code we gave are page specific that’s why it doesn’t work on your end since page id most likely is different, I checked your site, it seems good :) you could try to add this also:
#fullwidth .container { padding: 0 20px !important; margin: 0 auto !important; }
Hope this helps :)
Best regards,
NikkoHi Jenny,
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.
Best regards,
NikkoHey David,
Go to Appearance > Menus > select Footer Menu then uncheck Enfold Footer Menu (under Menu Settings). Hope this helps :)
Best regards,
NikkoHey perfectword,
No problem! Thanks for using Enfold :)
Best regards,
NikkoHi YouCanMore,
Thanks for pointing that thread :)
Cheers!
NikkoMarch 31, 2017 at 10:53 pm in reply to: How to export a website as a "demo" and then import it to another site #770198Hey mikejohnsimports,
Please refer to this thread: https://kriesi.at/support/topic/how-to-export-the-template-from-the-enfold-theme/
Hope this helps :)Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Try to disable all plugins and if the issue is fixed, try to enable them one by one so you will know what plugin caused the issue.
Best regards,
NikkoHi,
Glad that you fixed it :)
Best regards,
NikkoHi,
Thanks for using Enfold. :)
Best regards,
Nikko -
AuthorPosts