Forum Replies Created
-
AuthorPosts
-
Hi,
If I understand correctly you would like a different background color or image depending on the page id
and I assume you have tried solutions such as these:
https://kriesi.at/support/topic/custom-background-image-for-pages/#post-194764
https://kriesi.at/support/topic/how-to-set-a-different-background-image-for-each-page/#post-246062I would like to ask you to please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private.
In your new thread please provide admin login info in the Private Content area with a link to a sample page and a link to the background image to use.
Thanks for your patience and understanding.Best regards,
MikeHi,
We have recently discovered this and the dev team has worked out a solution for the next update.
Meanwhile, please try using v4.2.4 linked in the Private Content area. Please follow the steps above to install.
Thanks for your patience and understanding.Best regards,
MikeHi,
Ok, I see it now. It looks like you have edited it with the Elementor builder, so I’m not sure if you can switch back without damaging it, I didn’t want to try and lose any of your work. But if you look at page, such as Services, you can see our elements and demo content.
Please try making a duplicate of the page and open with our builder, it may work.Best regards,
MikeHey KellyKilgallon,
I believe this was a failed image from the demo import, I recommend using the plugin Better Search Replace to find and remove the link in your database.
First make a backup of your database, then use the plugin with the link as the search and nothing as the replace, and the “dry run” box checked. This will just tell you if it’s found without changing anything.
If it does find it one time, you can run it again to remove it.
Please make a database backup first.Best regards,
MikeHi,
I also don’t see woocommerce like you do, let me ask the rest of the team for their thoughts.Best regards,
MikeHi,
This is because this is a different link than the first one you posted.
For this new page, please try this css:#top.page-id-7940 h3.slide-entry-title a { font-size: 18px !important; } #top.page-id-7940 .slide-meta-comments,#top.page-id-7940 .slide-meta-del { display: none !important; } #top.page-id-7940 .avia-content-slider .read-more-link a { margin: auto !important; } #top.page-id-7940 .avia-content-slider .read-more-link { top: 0px!important; padding-bottom: 0px!important; } #top.page-id-7940 .entry-footer .slide-meta { margin-top: 5px !important; }
Or if you want to reuse this for many pages, try removing the first code and use this instead:
#top h3.slide-entry-title a { font-size: 18px !important; } #top .slide-meta-comments,#top .slide-meta-del { display: none !important; } #top .avia-content-slider .read-more-link a { margin: auto !important; } #top .avia-content-slider .read-more-link { top: 0px!important; padding-bottom: 0px!important; } #top .entry-footer .slide-meta { margin-top: 5px !important; }
Best regards,
MikeHi,
Please see screenshot in Private Content area.
Can you add a screenshot of what you see?Best regards,
MikeHey mcristina959,
I don’t find the ID “inaction” on your page. I do see that your link “JASON IN ACTION” has the ID “reel”
This explains why your link above doesn’t go to the JASON IN ACTION section, try using this link:Best regards,
MikeHi,
Your site is on WordPress.com?
Sorry I don’t see Enfold installed?Best regards,
MikeHey Trent,
Sorry, the related posts element is not available when using the advanced layout builder. But you could copy the element and paste in a code block element to display in the advanced layout builder.
To do so, open a post that was built using the default editor, and inspect the element right clicking on the div and choosing “edit as HTML” from the menu, then copy the code and paste in a code block element.
This will use the same posts that you copied, which might be ok if you have some top posts that you want to display, but you’ll have to do this step with a few different times if you want to show different related posts on every post.Another option might be to add a blog posts element to the bottom of your post, with the option to show a thumbnail image, and except, in a matching category. For my example here are the settings I used:
Here is the css I used:.av-alb-blogposts .post-entry div.entry-content,.av-alb-blogposts .post-entry span.post-meta-infos {display: none !important;} .av-alb-blogposts .post-entry .blog-meta .small-preview img {border-radius: 50%;} .av-alb-blogposts .post-entry .blog-meta .small-preview {background:transparent!important;} .av-alb-blogposts .post-entry h2.entry-title {margin-top: 10%;}
Here is the result:
not quite as nice as the first option, but it does pull from the categories or tags that you choose.
you may also need to adjust the css by adding “#top.single” to the beginning of each rule so it won’t interfere with the element used on pages.Best regards,
MikeHi,
Would you mind if we tried a reset and reinstalling? Please include FTP access in the Private Content areaBest regards,
MikeHi,
I changed the css to:.flex_cell_inner a { text-decoration: none!important; }
and it seems to be working now, Please clear your browser cache and check.
Best regards,
MikeHi,
I placed the code in your WordPress > Customize > Additional CSS
it seems to be working now, Please clear your browser cache and check.Best regards,
MikeHi,
Unfortunately it is not hopeful, after nearly a dozen cases Strato has offered a different cause in each case with none successful. The closest we ever got was that Strato is blocking the kriesi.at ip where the demos are stored.
The good news is after the demo imports, I have never heard a complaint about Strato.In the future, try installing a localhost version of Enfold, install the demo you wish, then copy the images and database to your live site.
Best regards,
MikeHi,
We will look forward to your update, Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the login info, but I’m unsure of the site url, please include.Best regards,
MikeHi,
I believe the issue is with your webhost, possibility with changing your PHP version, because your site is unable to show simple html pages such as the readme.html file which doesn’t use wordpress to render and should always work.
Please contact your webhost and ask them to look into this.Best regards,
MikeHey Tom,
Have you tried to update your header.php with this one?
If so, can you please provide your admin login and ftp, in the private content area so we can take a closer look.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Perhaps I should take a look at your setup, to understand better. Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Assuming that your default style for h1 is going to be your style for pages without a sidebar, then we will change the style when the
left sidebar is is place:#top #wrap_all #main .sidebar_left h1 {color: red !important;}
for either sidebar:
#top #wrap_all #main .sidebar_left h1,#top #wrap_all #main .sidebar_right h1 {color: red !important;}
On my test page the h1 was a special heading, so I prefer:
#top #wrap_all #main .sidebar_left h1.av-special-heading-tag {color: red !important;}
Best regards,
MikeMarch 15, 2018 at 1:33 pm in reply to: LayerSlider not activated anymore, content stays black #927301Hey kupecl,
I took a look at your site and it seems the layerslider is working with elements and images.
Please see screenshot in Private Content area.
The LayerSlider Plugin will show “not activated” because it is a bundled product, this is normal and it can not be activated. This is how the layerslider team wanted the bundle to work.
Only the non-bundled layerslider can be activated, with an additional layerslider license.
Hope this helps.Best regards,
MikeHey mike235,
For pages the sidebar class is under the ID #main and class .container_wrap
So for example:#top #wrap_all #main .sidebar_right
add your target afterwards
Best regards,
MikeHi,
When you installed via FTP, did you remove the old theme folder first? Please try this, don’t try overwriting the theme folder as it may leave files behind from v4.2.6
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top.home h3.slide-entry-title a { font-size: 18px !important; } #top.home .slide-meta-comments,#top.home .slide-meta-del { display: none !important; } #top.home .avia-content-slider .read-more-link a { margin: 0px !important; } #top.home .avia-content-slider .read-more-link { top: 0px!important; padding-bottom: 0px!important; } #top.home .entry-footer .slide-meta { margin-top: 5px !important; }
Best regards,
MikeMarch 15, 2018 at 11:49 am in reply to: Best solution for having different color themese on different pages #927222 -
AuthorPosts