Forum Replies Created
-
in reply to: Home SLIDER above the menu :(
Hello,
In this case just set ON the transparency in General Options > Header Options > Make Transparency Header.
Best regards!
in reply to: header in mobile verisonHello,
As i said, you need to set up the blog page (select the page) at your Settings > Reading > Blog page, and then every style you chose in General Options > Blog Config, will apply to it.
I see you removed again the page from Settings > Reading. I set it up again and gave the masonry style you wanted. Please check your site.
Sorry but i didn’t understand what you mean for the widget sidebar. The shorcode you are using:[apfl_takemeback url="https://portal.aplanforliving.com/Account/ExternalLogin"]Go To Portal[/apfl_takemeback]is not part of any of the included plugins and we do not offer support on third party plugins.
I made a test with theme shortcodes and they all display fine.
For any other thing related to theme and it’s included plugins, please let us know.Best regards!
in reply to: Tower theme help and questionsThis reply has been marked as private.in reply to: Placing Page Header Below Site HeaderHello,
I am still a bit confused on what you want but let’s try to summerize:
-Page header image: i see the page header image in home page is displaying. depending on the gradient of the overlay color you set, it could be shown more or less.
What do you want to change here?
-Codeless slider: the codeless slider slides have an option that defines what type of header style will be used while that certain slide is showing. So if you have the dark version but when using codeless slider it gets the light version, then you need to go to Codeless Slider > Slides, find the slide and change it’s header style in Codeless Slide Options > Layout > Menu & Slider Navigation Color (screenshot).
Let us know if you need further help.Best regards!
in reply to: show all images on portfolio pagein reply to: HTML link in Portfolio Project DetailsHello,
Did you import the image again after changing it’s dimensions in file function.php? Please make sure you did first. Let us know.
Best regards!
in reply to: Team/Staff questionsHello,
Please go to file vc_templates/staff.php and find this line:
<span class="position">'.esc_attr($position).'</span>
Replace with this:
<span class="position">'.$position.'</span>Best regards!
in reply to: Post Category PageHello,
Sorry but this is not possible. The category page uses the same template as the blog and is not possible to alter it.
Best regards!
in reply to: missing dummy contentHello,
@mjsadv,
Please make sure to have enough memory limit. You can increase it yourself by adding this line:define('WP_MEMORY_LIMIT', '96M');into your wp-config.php file or ask you host provider to do it for you. Then try to make the import again.
Let us know.Best regards!
in reply to: Error 500 all Plugins removedHello,
Glad to know it’s solved. Thanks for sharing!
Best regards!
in reply to: Remove Categories Description from portfolioHello,
@karlob
The code should not have any problem removing the slug description from portfolio item. What portfolio style are you using? Send us the link of your portfolio. So we can check it.Best regards!
in reply to: Small LogoHello,
Please increase the height of header in General Options > Header Options. Or edit it via css, by adding this code into your custom css box:
#logo img { height: 60px !important; }Edit the value to your need.
Best regards!
in reply to: Help!Hello,
Sorry for the late reply.
The slider used for this demo is the Codeless Slider. You can edit all of it’s slides by going to Codeless > Slides > Codeless Slide Options (screenshot)
In the “Background” tab, there are all options to edit the background image and it’s effects. In the “Content” tab, you have the options to edit the content/text.
Let us know if you need further help.Best regards!
in reply to: add background color to primary menuHello,
Sorry for the late reply.
You can do it with some css. The responsible classes are these:nav .menu > li { background-color: #f7be68;} nav .menu li > ul, .codeless_custom_menu_mega_menu, .menu-small, .header_tools .cart .content { background-color: #232323; } nav .menu li > ul.sub-menu li:hover { background: rgba(255,255,255,0.05); }Please note that these are styling customization, that are not included in support service. Read more about it in our Support Policy.
Best regards!
in reply to: Homepage Header / Footer SpacingHello,
Please make sure to have set up blog page in Settings > Reading. If the issue persists, send us your wp credentials in a private reply. So we can check it.
PS: Please do open up a new ticket if you have a different issue than the one discussed here. By keeping one topic per issue (as described in the title) the forum is easy to browse and find answers.
Best regards!