I am using the the RSVP pattern for pages on my site. I am trying to remove the Heading block with vertical text and then add the Archive Title block instead, so that it auto updates whatever page it’s showing.
For the sake of it, I cannot get it right. I have added some CSS but new title remain a bit off. Here I have left native RSVP but using normal case for comparison. Above is the Archive Title, in this case Romanticism. This is the css I have so far to verticalize the title:
/******** Rotate Text - Rotated Headings in RSVP pattern ********/
.rotate-counter-clock-90 {
transform: rotate(180deg);
writing-mode: vertical-rl;
white-space: inherit;
}
Why does my new title drop a tiny bit left/down and how can I get this right? Theme is TT4
Also it appears that drop nose letters are hidden behind it’s container. How can I fix this?
]]>I would like to create a fixed vertical menu. I have seen it is possible but what I want is something like?zarahome.com/es?in Desktop.?
There is a sticky vertical menu but when you do hover out of the menu it dissapears, thats what I want to achieve.
]]>Also, hi everyone! Hope your new year is going well! I appreciate your input! Thanks!
]]>thanks
]]>I’ve read the past help requests and saw the php code suggested to add to functions.php to solve the issue.
But for me the code doesn’t seem to be doing anything.
add_action(‘wp_footer’, function () { ?>
<script>
jQuery(function() {
if (!wp || !wp.hooks) return;
wp.hooks.addFilter(‘presto.playerSettings’, ‘pp-set-aspect-ratio’, function(settings) {
if (settings.id === 497 ) { // this is the video id of that first video
settings.ratio = ‘9:16’;
}
return settings;
});
});
</script>
<?php });
I’ve also tried the other code:
add_action(‘wp_footer’, function () { ?>
<script>
jQuery(function() {
if (!wp || !wp.hooks) return;
wp.hooks.addFilter(‘presto.playerSettings’, ‘pp-set-aspect-ratio’, function(settings) {
settings.ratio = ’16:9′;
return settings;
});
});
</script>
<?php });
I’m not sure what im doing wrong and would appreciate some assistance.
I’ve changed the settings.id to the correct media.
I’ve disabled other plugins.
and still getting no results, what am i missing?
]]>Currently I am implementing this as follows. I create a separate page for each gallery. I insert the appropriate Smart Slider gallery and the menu on each page. Thus each page has both a gallery and a menu when it loads. When you click on one menu item it brings up the appropriate gallery. Having a menu on each page doesn’t seem very efficient. Is there another way to implement this with a single menu?
]]>