dimitris33
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Small issuesSuper, thanks
Forum: Themes and Templates
In reply to: [Pinnacle] Header imageYou are correct, if i disable it, the header image from the default.css is used (found in theme options>basic styling)
Thanks
Forum: Themes and Templates
In reply to: [Pinnacle] Header imageHi, yes i did eventually : ) i got confused for some reason i thought i could set a header page page.
on the other hand if i disable completely the ‘home slider’ there is no header, right?
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipient with PipesThank you Takayuki
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipient with PipesFound the answer here sorry for the duplicate thread
for anyone else having the same problem
you need to add the * in the select
[select* your-recipient “ceo@example.com”
“sales@example.com”
“support@example.com”]and then this in the Mail settings
[your-recipient]
related thread
https://wordpress.org/support/topic/selectable-recipient-with-pipes-3/I am not sure about the first_as_label though.I have this
[select* your-recipient sales|"ceo@example.com" info|"sales@example.com" ]and it works fine, from what i understand the first_as_label is used to pick the ‘sales’ and ‘info’ part of the select?
Forum: Fixing WordPress
In reply to: Not receiving commentsyou can test the comments yourself, make some with dummy users and see what happens.
Forum: Developing with WordPress
In reply to: How to update a custom made themeprivately sold themes are not updated through wordpress.org, you need to have a platform of your own and make available the updates to your customers.
Forum: Developing with WordPress
In reply to: How to update a custom made theme1.yes
2.i dont know what you mean exactly 🙂Forum: Developing with WordPress
In reply to: Custom loop including sticky postHi, i think you need a custom WP query in the first place.I found this topic that might help you.
Forum: Developing with WordPress
In reply to: Feutured image if existswhat does it not work well ?
Forum: Fixing WordPress
In reply to: First Byte Time is very slowHi guys, how are you checking this? the TTFB i mean.
Thank you
Forum: Developing with WordPress
In reply to: Creating a Custom Widget AreaUsing a child theme is a must when modifying a theme.If you don’t have the time to learn to code(or dont want to) its better to either hire someone to do it for you or find a theme that is supported and switch so you’ll have more time to focus on the things that you really want to.
Forum: Fixing WordPress
In reply to: make 2015 template full widthI think i got what you mean, you want to keep the layout but use all viewport size, that will take good knowledge of CSS at least.There are some rules in the theme that restrict the max-width
@media screen and (min-width: 59.6875em) { .site { max-width:1403px }and then there is a technique for the responsive called ‘negative margin’ there are a lot of articles explaining how it works.
about the backgrounds, i dont see the second background but firebug will help you
Forum: Fixing WordPress
In reply to: Transfer WordPress Site ti another hostyou have to replace all the urls in your database as explained here
https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
Forum: Fixing WordPress
In reply to: Transfer WordPress Site ti another host1.how did you edit your sql file?
2.is there a htaccess from your old site in the new ?
3.any other kind of redirect plugin, cache plugin?