Forum Replies Created
-
AuthorPosts
-
Hey harrywursthorn!
That’s going to take a lot of time and code and would have to be considered custom work.
If you do not care about the main menu / logo, etc etc, then you could just create a page with a transparent header and add the slideshow to the page content and create your own menu to use in the sidebar with a custom menu widget.
And then add this to your custom CSS to get rid of the header.
#header { display: none !important; }
Best regards,
ElliottHi quebag!
Around line 402 in the /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php file you should see where the link is set.
$this->loop[$key]['url'] = get_permalink($id);
You could try using this function to grab a custom field from the post, https://developer.wordpress.org/reference/functions/get_post_meta/.
It’s most likely going to take a bit more work than that though.
Best regards,
ElliottHey cormie!
So like a splash page then. You could create the page using the blank template and set this as your homepage in the Enfold settings.
Other than that you could try a plugin out, https://wordpress.org/plugins/wp-splash-page/.
Regards,
ElliottHi bruwa!
Enfold is pretty easy to use. It shouldn’t take too much work to move it.
Cheers!
ElliottHey eviang!
Should be working now. It was one of your images, it was named blog. WordPress should be renaming them to something else but since your using a custom permalink you have to keep track of the names yourself.
Best regards,
ElliottHi patschinsky!
We have a “post slider” element that you can use as well as a “content slider”.
Regards,
ElliottHey eldrico!
It says the account is not active when trying to login.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Are you using a plugin to clone the page? Perhaps that is causing an issue with it. It works fine with other pages correct?
Send us a WordPress login and a link to the page and we’ll take a look.
EDIT: And about the Yoast plugin, it can not see content in the layout builder. That doesn’t mean it has a negative effect on your SEO. The search engines can still see all of your content, it’s just that the plugin does not.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Should be working now. Just needed to add an !important override.
Best regards,
ElliottHi!
You did not have them set to the right. I set that in the Enfold header options and they are displaying fine. Perhaps you were using a caching plugin and needed to clear the cache?
Regards,
ElliottHi Marcel!
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You can use CSS to position it below the menu.
Best regards,
ElliottHey Marcel!
Add this to your custom CSS.
.search .title_container, aside { display: none !important; } .search main { width: 100% !important; border-right: 0px !important; }
Best regards,
ElliottHi!
I’m not sure which page your using it on so I added it to your KNX page. You can use this CSS to set the background to transparent.
.avia_codeblock .title_container { background: transparent !important; }
Take a screenshot highlighting how your wanting it to look and we’ll give you some CSS to use.
Regards,
ElliottHey!
Try this.
.av-main-nav ul { margin-top: -20px !important; }
Best regards,
ElliottHey KarenRushforth!
Add this to your custom CSS.
.current-menu-item > a > .avia-menu-text { color: white !important; } .current-menu-item > a { background: red; }
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Jeff!
The layout builder does not display in the page preview. If you have content in the default editor it will display in the page preview though. You can set your page status to private and publish it. When your done editing it you can set the status back to public.
Regards,
ElliottHey carmycurly!
Add this to your custom CSS.
.avia_image, .avia_image * { border-radius: 10px !important; }
Cheers!
ElliottHi joliver8855!
If your site is being hacked then I would first contact your hosting provider about this and then follow along with these steps, http://codex.wordpress.org/Hardening_WordPress, to securing your WordPress site.
Cheers!
ElliottHey rmavila!
You can set the page sidebar navigation in Dashboard > Enfold > Sidebar Settings.
You can also create your own menu in Dashboard > Appearance > Menus and then add the “Custom Menu” widget to your sidebars to display it.
Cheers!
ElliottHey Peter!
You can use this CSS to move it down.
nav.main_menu { top: 20px; }
Do you have your header set to be scrolled down the site? If so then we may need to add some more CSS. Send us a link to your page and we’ll take a look.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Add this.
@media screen and (max-width: 767px) { div.phone-info { right: auto !important; } }
Regards,
ElliottHi!
Hmm, perhaps it’s a problem with your credentials. I found these topics which seem to be the same problem.
https://wordpress.org/support/topic/some-errors-occurred
https://wordpress.org/support/topic/some-errors-occurred-1Some people said switching to this plugin worked for them, https://wordpress.org/plugins/configure-smtp/.
Regards,
ElliottHey!
Please see here, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/.
Make sure to do add it in the child theme functions.php file.
Best regards,
ElliottHey!
In the slider settings under the Layout tab make sure the “responsive under” setting is set to a high value. It should be 1140 by default which means the slider will start to be responsive when the screen is under 1140px.
Cheers!
ElliottHi!
Make sure the Yoast plugin is updated as well. They have been doing a lot of updates / quick fixes recently.
Regards,
ElliottHey Simplify!
You can copy the blank template and customize it. It’s at /enfold/template-blank.php.
Cheers!
ElliottHey!
Switch it to this.
#top #header_main_alternate { background-color: black !important; border-top: 1px solid #333 !important; }
Regards,
ElliottHi!
So you mean you just want it to transition automatically when the page is loaded correct? There is an option in the Slider Settings > Slideshow for having it start automatically. It should be turned on by default but it looks like you turned it off.
Best regards,
ElliottHey fernandomoralesmarquez!
Send us a link to your page and take a screenshot highlighting what your trying to do and we’ll take a look.
Regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts