Forum Replies Created
-
in reply to: Header size in construction & building sliders
Hi Mihaila,
in Version 1.7 the !important directive is still there.
Best regards
Svenin reply to: New theme update – Visual Composer FIXgreat found it, thanks. It’s the last section of the link, you have to scroll a lot.
in reply to: New theme update – Visual Composer FIXHi,
I got a mail from themeforest that an update of Tower was released. Where can find release notes or Changelogs?
Best
Svenin reply to: Translate "Copyright Text in the end of footer"Any update?
in reply to: Bad responsive Image behavior in FirefoxThanks it didn’t work but I solved it by adding this code and a custom column-class:
/* Fix FF Image size */
@media(max-width: 980px){
.rpa_section_right img {
width: 100% !important;
}}
Best regards
Svenin reply to: Bad responsive Image behavior in FirefoxThis reply has been marked as private.in reply to: Bad responsive Image behavior in FirefoxThis reply has been marked as private.in reply to: problem with service circle iconI fixed this issue for me with a little bit logic – Ruco maybe you can use this snippet in the next Version – it just adds no a-Tag if there is no input for the link given:
<p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”>Works with</p><ul style=”margin-left: .375in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;” type=”disc”>
<li lang=”en-US” style=”margin-top: 0; margin-bottom: 0; vertical-align: middle;”><span style=”font-family: Calibri; font-size: 11.0pt;”>services_small.php</span>
<li lang=”en-US” style=”margin-top: 0; margin-bottom: 0; vertical-align: middle;”><span style=”font-family: Calibri; font-size: 11.0pt;”>services_medium.php</span>
<li lang=”en-US” style=”margin-top: 0; margin-bottom: 0; vertical-align: middle;”><span style=”font-family: Calibri; font-size: 11.0pt;”>services_large.php</span><p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”></p>
<p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”><span style=”font-weight: bold;”>Original: </span></p><p lang=”en-US” style=”margin: 0in; font-family: Consolas; font-size: 11.0pt;”>$output .= ‘<h4>‘.esc_html($title).’</h4>’;</p>
<p lang=”en-US” style=”margin: 0in; font-family: Consolas; font-size: 11.0pt;”></p>
<p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”><span style=”font-weight: bold;”>My Version:</span></p><p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”>$output .= ‘<h4>’;</p>
<p lang=”en-US” style=”margin: 0in; font-family: Calibri; font-size: 11.0pt;”>$output .= empty($data[‘link’]) ? esc_html($title) : ‘‘.esc_html($title).’‘;
$output .= ‘</h4>’;</p>in reply to: Smooth Scroll….how to make it work?Is there a manual workaround for this point? I played with <span style=”color: #222222; font-family: Consolas, ‘Lucida Console’, monospace; font-size: 12px; line-height: normal; white-space: pre-wrap;”>.onePageNav() but don’t get reliable results.</span>
in reply to: Header size in construction & building slidersHi Mihaila,
thanks works now. Do I have to change this again after the next Theme Update?
Best regards
Svenin reply to: Header size in construction & building slidersThis reply has been marked as private.in reply to: Header size in construction & building slidersThis reply has been marked as private.in reply to: Smooth Scroll….how to make it work?Ok thanks Mihaila. Good to here that it will be supported soon.
in reply to: Smooth Scroll….how to make it work?Hi,
thanks for your help, clicking an anchor-link in the navigation definitly leads to smooth scrolling. However if I click an anchor-link in the content, the smooth scrolling isn’t working.
You can test it: i linked the “Drag & Drop”-Link to “sec4″. If I click that link it directly jumps to #sec4 rather than smoothly scrolling to.
So is this not a supported feature? How could I fix this?
Greetings
Svenin reply to: Smooth Scroll….how to make it work?Hi,
thanks for your help, clicking an anchor-link in the navigation definitly leads to smooth scrolling. However if I click an anchor-link in the content, the smooth scrolling isn’t working.
You can test it: i linked the “Drag & Drop”-Link to “sec4″. If I click that link it directly jumps to #sec4 rather than smoothly scrolling to.
So is this not a supported feature? How could I fix this?