Forum Replies Created
-
AuthorPosts
-
Hey etcpp,
Using Enfold’s native partner/logo element, it is not possible. You are going to need to find a plugin for such feature or hire a freelance developer for such customization.Best regards,
MikeHey Jeffrey,
I went to your link, but I only saw the news sidebar widget, and not the portfolio sidebar widget. Can supply a different url?Best regards,
MikeMarch 12, 2017 at 6:24 pm in reply to: Masonry – display post featured full screen instead of opening single post page? #759652Hey kilimats,
This sounds like the function of the Masonry Gallery, have you tried it?Best regards,
MikeHey Jack,
I believe you can change that in your profile editor once you create an account. Please follow the link: https://kriesi.at/support/profile/%5Byourname%5D/edit/
Add your nickname as the Nick Name and then update the profile. The nick name should be selectable in the Display Name dropdown afterwards. I’m not sure if this is available only for moderators but please try it.
Best regards,
MikeHey maraging,
Please try going to Users > Your Profile, and uncheck the box “disable the visual editor when writing”
If you are still having trouble please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHi,
Oh I understand now, the Portfolio Items permalink structure found at Settings > Permalink Settings > Portfolio Items Base is more of a WordPress limitation. A plugin such as WP Permastructure, https://wordpress.org/plugins/wp-permastructure/, may be your best option.Best regards,
MikeMarch 12, 2017 at 5:24 pm in reply to: After update to 4.0.2: Website just shows the header and the following error: #759625Hey danielsprafke10,
Below is the reply to your duplicate post, I will close this one to avoid confusion.
Thank you for using Enfold.
***
What PHP version are you running? We saw this on March 8 and believe the minimum required PHP version is higher than 5.3. https://kriesi.at/support/topic/problems-after-installing-update/#post-757646
You could try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
MikeMarch 12, 2017 at 5:18 pm in reply to: Parse error: syntax error, unexpected T_STRING in /homepages/39/d26967464/htdocs #759624Hey danielsprafke10,
What PHP version are you running? We saw this on March 8 and believe the minimum required PHP version is higher than 5.3. https://kriesi.at/support/topic/problems-after-installing-update/#post-757646
You could try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
Mike- This reply was modified 7 years, 8 months ago by Mike.
March 12, 2017 at 5:04 pm in reply to: Add "Made with love by.. " text in the socket and have it center aligned #759619Hey architchandra,
Try this, replace you socket copyright with this:©2017 Lalita Nijhawan <div class="push-center">Made with ❤ by GreyThink Labs </div>
Add this code in the General Styling > Quick CSS field:
.push-center{ position:absolute; right:40vw; top:50%; transform:translateY(-50%); } @media only screen and (max-width:430px) { .push-center{ position:absolute; left:1px; }}
Here is the desktop & mobile view:
Best regards,
MikeHey hofitlev,
It kind of depends, for a masonry grid you can choose Perfect Grid: Display a perfect grid where each element has exactly the same size. For the classic blog you can choose to manually set the thumbnail or to have it automatically set to column width. Or in your WordPress > Settings > Media Settings you can choose maximum dimensions in pixels to use when adding an image to the Media Library.Best regards,
MikeMarch 12, 2017 at 5:13 am in reply to: Main menu – how to remove border from one menu item and put it on another #759532Hi,
Did you change your layout? I don’t see any images on that page?Best regards,
MikeMarch 12, 2017 at 5:05 am in reply to: [re-open post #post-758552] secundairy-header-boxed-link problem #759531Hey Jeffrey,
Ok, I was able to add the code below to make the sub-menu item red when there is a transparant header.
I then put the menu setting back to the way you had it because you may want to change the size of the header image or reduce the size of the logo because when you have a transparant header your menu covers the text in your header image..av_header_transparency li#menu-item-4350 a { background-color: red !important; padding: 2px 5px !important; border-radius: 5px !important; }
March 12, 2017 at 4:29 am in reply to: Different color schemes unavailable – Enfold Theme Options #759529Hey simsb79,
I could not view your link above, but I looked at your robot.txt and it seems controlled by a plugin. Yet the blocked urls don’t seem like they should cause an issue with Google.# Squirrly SEO Robots Sitemap: http://www.boavistakite.com/sitemap.xml Sitemap: http://www.boavistakite.com/sitemap-news.xml Sitemap: http://www.boavistakite.com/sitemap-posts.xml Sitemap: http://www.boavistakite.com/sitemap-pages.xml Sitemap: http://www.boavistakite.com/sitemap-categories.xml Sitemap: http://www.boavistakite.com/sitemap-tags.xml Sitemap: http://www.boavistakite.com/sitemap-archives.xml Sitemap: http://www.boavistakite.com/sitemap-custom-taxonomies.xml Sitemap: http://www.boavistakite.com/sitemap-custom-posts.xml User-agent: * Disallow: */trackback/ Disallow: */xmlrpc.php Disallow: /wp-*.php Disallow: /cgi-bin/ Disallow: /wp-admin/ Allow: */wp-content/uploads/
Try to see what settings are in the plugin.
Best regards,
MikeMarch 12, 2017 at 3:29 am in reply to: Google Maps (on Event Calendar Event) Not displaying properly #759518Hey Paul,
Try this code in the General Styling > Quick CSS field:.single-tribe_events .tribe-events-venue-map { width: 100% !important;}
Best regards,
MikeHey Plucknik,
Did you already solve this issue? When I visit the home button works correctly.Best regards,
MikeHey Wolf,
These are not available in the contact form. You may find these features in Contact Form 7 https://wordpress.org/plugins/contact-form-7/Best regards,
MikeHi,
Did you resolve this issue? It looks like you are using the Enfold Gym demo now.Best regards,
MikeHey Jason,
In Chrome mobile, I can scroll your menu and page when the menu is open. Yet I see you are using WP Rocket which has a new issue in Safari not allowing a scroll. Following code seems to fix it:#wrap_all { overflow-y: scroll; }
Best regards,
MikeHey Tombstone,
I removed it, that was your breadcrumbs found at Enfold Theme Options > Header > Header Title and Breadcrumbs. I set it to hide both.Best regards,
MikeHey Wendy,
I was able to make the logo fixed with this code in the General Styling > Quick CSS field:.av-section-bottom-logo { position: fixed; top: 51px; z-index: 100; width: 100%; }
Best regards,
Mike -
AuthorPosts