tossn
tossn
About
- Username
- tossn
- Joined
- Visits
- 148
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
I am really surprised. That would mean, it's not possible with your theme to track special actions (press button, play video etc...), that users do on a page or on a post. Did I understand it right? It's only possible to track, if they were genera…
-
And how can I fit the intro header background-image with css code to contain or to cover ?
-
Thanks
-
Ok, i found it myself: .single-portfolio.postid-xxx #Footer { display: none !important; }
-
What would be the css to hide the footer on a portfolio item page?
-
Thanks, with your code suggestion i changed the color of the date label's border arrow (on the left side of date label): .timeline_items li:nth-child(2n) h3 span::after { border-right-color: #000; border-width: 5.5px 5.5px 5.5px 0; left: -5px; righ…
-
Thanks, I solved it already, how to get different positions for overlay menu button on different devices. Maybe this example is helpful for somebody else... /* menu button overlay style mobile and tablet device*/ @media only screen and (max-width: …
-
I also work on this topic with overlax menu. Do you have any suggestions, how css should be in your additional code ".header-overlay .overlay-menu-toggle { left: 30px !important; }" if like to have different positions of sticky hamburger…
-
I had the same problem as @g_hyatt, @Insoft_Consulting and @romy101. I was only able to solve it in custom css with .fancy_heading .title { font-size: 42px; line-height: 42px; } to .fancy_heading .title { font-size: 42px; line-height: 50px; } The …
-
Maybe it's a good idea for the future to help your customers to handle this portrait/landscape problem? I saw several question here that go in a similiar direction: How to handle landscape and portrait in a different appearing over all responsiv…
-
Same problem here. @rezamgm @mdarche @bynet2906 How did you fix it?
-
Sorry, this doesn't work. Then mobile Header is completly transparent. What can i do to make it also semitransparent? So like in desktop view, where the header is semitransparent with Header "Split Menu Semitransparent".
-
WP Mobile Detect fixed the problem. It took me two days, but of course thanks a lot for this solution. For my opinion this says that there is a problem in your content builder or in revolution slider. Reason: Because all works fine without conten…