terrathemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Meteorite] Sub MenusThanks for sharing the video. To be completely precise, this is not the top bar menu but the primary/main menu. The top bar menu can be seen as the first row with the top bar menu left and social icons right on this demo page: https://demo.terra-themes.com/meteorite-default/
I also created a submenu structure in this demo like you have in your video and it’s working fine both in Chrome and Firefox.
Can you please deactivate all non recommended plugins and custom CSS and take a look whether your problem still occurs?As it is in your local environment and the demo page is working fine, I don’t know how I can help you further than having it in the demo so that you might figure out the problem on your own by checking the CSS.
Forum: Themes and Templates
In reply to: [Meteorite] Sub MenusHi, can you please share a link to your page? Normally the top bar menu doesn’t show submenus.
Forum: Themes and Templates
In reply to: [Meteorite] Projects WidgetIt’s not an issue with the browser. The projects widget uses https://isotope.metafizzy.co/ for the filtering / masonry grid. As I thought you don’t need the filtering (it’s not in your example image) that was the fastest and easiest fix.
To solve your issue, you need to overwrite the main javascript in a child theme. There’s a function call from isotope inside meteorite_portfolioIsotope. Overwrite it and add in a layoutMode set to fitRows to achieve what you want.
$selector.isotope({ filter: '*', layoutMode: 'fitRows', itemSelector: '.project-item', percentPosition: true, animationOptions: { duration: 750, easing: 'liniar', queue: false, } });
Please tell me if you need further assistance with it.
Forum: Themes and Templates
In reply to: [Meteorite] Projects WidgetHi,
the alignment of the elements is based on a JavaScript plugin to be displayed as a masonry grid. However you can override it with some CSS to align these to be underneath each other with this:
.meteorite-projects .isotope-container { height: auto !important; } .meteorite-projects .project-item { position: static !important; display: inline-block; }
Please tell me if this solves your issue or whether you need further assistance.
Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemThe grid system and therefore the presentation of the posts and videos come from the plugin The Grid you have installed. Therefore you have to look on your own how you have to set up your posts so that they show a video. As this is not my plugin and is not a free one, I cannot further assist you with this topic.
Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemIn the two screenshots you posted before, I cannot see where the video is that you mean.
https://prnt.sc/1o7qfgf
https://prnt.sc/1o7phflAlso on the page you linked above I cannot find a video as featured image: https://tuyograf.com/sosyal-medya-tasarim/sosyal-medya-tasarim-ornekleri/
Where exactly is the video that you have set as featured image?
Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemSorry, but I don’t understand what you want to say with these screenshots.
Which plugins do you have activated?Forum: Themes and Templates
In reply to: [Meteorite] Projects CarouselYou’re welcome! ?? Feel free to ask further questions in a new thread. I will mark this one as resolved.
Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemCan you please send a screenshot from the backend of one of the posts you have a video set there?
Do you use a plugin for this? As far as I know this is not the default behaviour and therefore nothing was changed on the side of Meteorite.Forum: Themes and Templates
In reply to: [Meteorite] Projects CarouselNo problem ??
The page I linked is a project page, so it’s different from the “main page” header buttons. If you create a project and add buttons to it they appear in the projects header on the page for this specific project.
Unfortunately there is no option for using the header buttons in the caroussel itself.
Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemYour video doesn’t appear there because you can only choose images there. As you say it’s the “featured image“. You can use a slider for adding videos into the header of posts.
Forum: Themes and Templates
In reply to: [Meteorite] Projects CarouselHi,
I do not fully understand which page you mean when you say that nothing shows on “the page”.
When you enter information for header text and header buttons, you can make them appear on the single project page like this: https://demo.terra-themes.com/meteorite-agency/projects/project-08/
The projects carousel widget has this different options: https://demo.terra-themes.com/meteorite/widgets/projects-carousel/
However the header buttons are not part of these views.Forum: Themes and Templates
In reply to: [Meteorite] Video upload problemHi,
please describe further where you want to upload the video. What do you want to achieve?Forum: Themes and Templates
In reply to: [Meteorite] Transparent menu background stickyAlright, thanks for the explanation. I’ll mark this topic as resolved then, feel free to ask for further assitance in a new thread.
Forum: Themes and Templates
In reply to: [Meteorite] Transparent menu background stickyGood to hear.
Was that quote error a mistake by the theme defaults?