Forum replies created
Hi,
Please provide me url to that webpage.
Thanks!
Denzel
Hi,
Sorry, I don’t really understand your question. If you are asking about the order of the portfolios, you can try using this plugin https://wordpress.org/plugins/post-types-order/
Other then that will require custom coding. Sorry we do not provide support for custom coding.
Thanks!
Denzel
Hi,
You can use this site http://cooltext.com/ to create a text logo.
Or use site http://hail2u.github.io/google-webfonts-preview.html to enter a text and screenshot it to use as a logo.
Thanks!
Denzel
Hi,
Please try the following.
.menu-header::after {
background: none;
}
Thanks!
Denzel
Hi,
Sorry, I do not understand your question.
Please kindly post your website url to the page with your issue.
Thanks!
Denzel
Hi,
It’s either your browser cache or server cache.
I have never visited your test page, so it loads up the image on my very first visit and subsequent visits.
No need to reload browser to force it to show up.
When you are not seeing it, it’s because either your browser is loading cache data or server is serving cache data.
Thanks!
Denzel
Hi,
You can try writing all your HTML without any spacing, or post your website url here with your code and we can take a look.
Thanks!
Denzel
Hi,
You can install it the normal way, via WordPress admin -> Appearance -> Themes
Please follow the documentation for more details. https://theme4press.com/docs/theme-installation-update/
Thanks!
Denzel
Hi,
That would require custom coding. Moving the positions will also affect the css in mobile views.
Depending on which header you selected in Theme Options, the codes are in Alora/framework/headers/
Sorry we do not provide custom coding support.
Thanks!
Denzel
Hi,
In the Theme Options->Footer->Display Social Icons on Footer of the Page
You need to disable it.
Then in your Theme Options->Footer-Copyright Text
Add the following codes.
<div style="float:right">
<p>This is some random text</p>
</div>
In the Footer Copyright area, it is actually separated into two divs, one on the left for the copyright text and one on the right for the social icons. If you float your div to the right, it actually gets “stuck” in the middle, and you can use margin right to adjust a little.
Please see screenshot for results. http://prntscr.com/7ipnvc
Thanks!
Denzel