Help! At some point, I started getting this error at the top of my home page (just below the header) using the Portum theme:
Trying to access array offset on value of type null in?/home/markpedr/public_html/wp/wp-content/themes/portum/inc/libraries/epsilon-framework/classes/output/class-epsilon-page-generator.php?on line?119
The line in question reads:
if ( ‘all’ !== $grouping[‘values’][0] ) {
I’m getting a similar error on https://markpedretti.com/wp/about :
Trying to access array offset on value of type null in?/home/markpedr/public_html/wp/wp-content/themes/portum/inc/helpers/class-portum-helper.php?on line?214
What do I need to do in order to clear these errors? It looks like some small change in the code might fix it. Thanks in advance!
]]>Hi!
I’m having trouble trying to find out how I can change the color of the text in the main menu. I wish to change the color for when you hover, and for the current page you are on from black to white. Or remove it completely, so the main menu text always is white.
Mind you that I do not want this for all links on the site, just for the main menu.
I’ve tried to find out how to correct this with CSS, but no luck. Can anyone help?
Thanks!
]]>Hi
I’m trying to set the height of the Advanced Slider section to full height but I can’t find how.
From what I gather from the inspector, the height is set at 100% in .slick-slide in slick.css file and when I change it to 1024px the height is modified (in inspector) but I don’t understand how to set it at full height
Thank you for your help
Sincerely
Dominique
]]>Hi,
I am looking for the opportunities how to make my site more SEO friendly and I found some issues to fix it.
#1 Title in the Slider slides seems to be <H1>
Are present <h1> multiple inside of your page. This could adversely affect on your indexing:
<h1>Trening Personalny.</h1>
<h1>Dieta i plan treningowy online.</h1>
<h1>Dobór i interpretacja badań laboratoryjnych.</h1>
<h1>Przygotowanie do testów sprawno?ciowych</h1>
<h1>Dla pocz?tkuj?cych i profesjonalistów</h1>
How to change it to be <h2> ??
#2 Keywords metatag is empty on my site where I Could add it?
Thank You for Your help
]]>Hello!
I hope someone can help me. I have an issue with the font colour of the price in the tablet formatting. The font colour is the same as the background colour. I have tried to change it in css, but was not able to do it..
This is a screenshot of the information that the inspect option in Google Chrome gives me:
https://anneliekpeters.nl/wp-content/uploads/2019/07/Screenshot-2019-07-29-at-21.35.17.png
https://anneliekpeters.nl/wp-content/uploads/2019/07/Screenshot-2019-07-29-at-21.33.13.png
If I disable the colour it looks fine! Screenshot:
https://anneliekpeters.nl/wp-content/uploads/2019/07/Screenshot-2019-07-29-at-21.35.23.png
Sadly I can’t seem to manage this in CSS or find the corresponding part in the theme code…
I do not have this issue in desktop or mobile formatting. But the strange thing is this: when I was slowly decreasing the size of my browser to see when this problem happens, I found out that it only happens in the largest part of the tablet width range, and not in the smallest part. I do not know how to explain this more clearly, please try out decreasing and increating the browser size to see what I mean. Looking at the source code, the colour value in the first screenshot has changed to #fff, which is exactly what I need.
If there’s something unclear or if you need more information, just let me know!
Thanks in advance!
Anneliek
]]>I can’t figure out how to get the CTA button to open the target in a new window. I have tried using jquery without success.
]]>I cannot figure out how to use the Products Section. There isn’t an Add/Edit button like the other sections. I cannot find documentation for Portum either.
]]>I am trying to style the embedded Google map in the Google Maps section using the code on the following page:
https://snazzymaps.com/style/253495/minimal-map
You have to add the following scripts to the header, which I did and I did enter my API key:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_API_KEY"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
Then the following is added to the header too and this is the script that styles the map as it appears on https://snazzymaps.com/style/253495/minimal-map:
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 11,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(40.6700, -73.9400), // New York
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [{"featureType":"all","elementType":"labels","stylers":[{"visibility":"off"},{"color":"#f49f53"}]},{"featureType":"administrative.locality","elementType":"all","stylers":[{"visibility":"on"},{"weight":"0.01"},{"color":"#637381"}]},{"featureType":"administrative.neighborhood","elementType":"all","stylers":[{"color":"#637381"},{"visibility":"on"},{"weight":"0.01"}]},{"featureType":"landscape","elementType":"all","stylers":[{"color":"#ffffff"},{"lightness":-7},{"gamma":"10.00"}]},{"featureType":"poi","elementType":"all","stylers":[{"color":"#ffffff"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"lightness":38}]},{"featureType":"poi.government","elementType":"all","stylers":[{"lightness":46}]},{"featureType":"poi.medical","elementType":"geometry.fill","stylers":[{"lightness":38}]},{"featureType":"poi.park","elementType":"all","stylers":[{"lightness":39}]},{"featureType":"poi.school","elementType":"all","stylers":[{"lightness":35}]},{"featureType":"poi.sports_complex","elementType":"all","stylers":[{"lightness":32}]},{"featureType":"road","elementType":"all","stylers":[{"lightness":43}]},{"featureType":"road.highway","elementType":"all","stylers":[{"color":"#dbdde0"}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"weight":"0.66"}]},{"featureType":"road.arterial","elementType":"all","stylers":[{"visibility":"on"},{"color":"#dadce0"}]},{"featureType":"road.local","elementType":"geometry.fill","stylers":[{"weight":1.3},{"lightness":16}]},{"featureType":"road.local","elementType":"geometry.stroke","stylers":[{"lightness":-10}]},{"featureType":"transit","elementType":"all","stylers":[{"lightness":38}]},{"featureType":"transit.line","elementType":"all","stylers":[{"color":"#813033"},{"lightness":22},{"visibility":"off"}]},{"featureType":"transit.station","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"water","elementType":"all","stylers":[{"color":"#e3e5e9"},{"saturation":-69},{"gamma":0.99},{"lightness":43}]}]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="map" seen below in the <body>
var mapElement = document.getElementById('map');
// Create the Google Map using our element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
// Let's also add a marker while we're at it
var marker = new google.maps.Marker({
position: new google.maps.LatLng(40.6700, -73.9400),
map: map,
title: 'Snazzy!'
});
}
</script>
]]>
Hi theme is working on localhost. and we customized it according to our requirements. but when i upload it on server its CSS not Working Proper Please help
]]>Hello,
I am trying to set a different background color for my primary menu in mobile view ONLY (the hamburger button menu). How can I do that with additional CSS?
Thanks in advance,
AJ
Hey,
i want to insert a facebook video to my website. Until now, it is only possible to insert a Vimeo or YouTube-Video. Is there any other way for facebook videos?
Thanks!
]]>Hi,
I’m having a hard time customizing my blog page. I wish it would show only an excerpt of the posts, but instead is displays the whole content, making the page really long and disorganized: https://buildupmedia.com.br/blog/
How can I make sure this page only shows the first few words of a post, and not the whole thing?
Thanks in advance!
]]>Hi, I want to use the advanced slider on multiple pages with different content. However every time I edit one page all the other sliders change as well. Any help?
]]>Hello,
First of all I would like to say that I really love Portrum!
There is only one problem. The slide title of the advanced slider on my homepage isn’t in the centre on my phone or tablet.
The title is in the centre on computer but when I open it on my Iphone it is a little to far to the left.
Can you help me with this.
Thanks!
]]>I have several questions regarding the layout of a news “Site” in the Portum Template.
I created a new site (not a post) and Portum shows it like it’s a blogpost. The site displays the header picture I set under “Customizing” as the blogpost-pic. How do I get Portum to show the featured image of a page instead?
And how can I change the design so it does not show 50% image, 50% menu and the site-title not sitting on top of that picture? Printscreen of Header of a Site (not a Post)
Can I change the appearence of the concent of this Site somehow? Can’t figure out why it’s only using about 10cm of the screen to display the text.
Printscreen of layout of new Site
And last question: Is there a way, that the Logo does not sit on top of the site image? I haven’t set a Logo for the whole website so far because it sit’s on top of everything and I don’t want to have literally everything over the pictures.
Thnks
Michelle
I would like to costumize some sections over “additional css” and I kind of get stuck.
That’s the css-content that I want to change for the section “Blog” and “Google Maps”.
.ewf-section {
position: relative;
padding: 2.5em 0;
margin-bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
I tried it to adjust for “Google Maps”-section as follows:
#google_maps .ewf-section {
position: relative;
padding: 0 0 5em 0;
margin-bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
and for the “Blog”-section
#blog .ewf-section {
position: relative;
padding: 0 0 0 0;
margin-bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
It’s not working so I’m not sure if I made a mistake in the css or what I forgot to add. I found two ID’s I think are the ID’s for these sections… “blog” and “google_maps”. If these are the wrong ID’s, does anyone see what the right IDs would be?
Appreciate the help ??
]]>I have several obstacles with “Portum”, that I try to solve. My site looks a mess right now, so pls ignore the design at this point ??
Here’s my issue I hope I get a solution for:
I tried to set a link from a page to a section of the frontpage. I looked into the source-code to find the ID to build a link like https://mydomain.com/#anchor.
Here’s a code snippet:
<section data-customizer-section-id="portum_repeatable_section" data-section="6" data-customizer-section-string-id="contact">
I tried it with https://the-cats-pyjamas.ch/#contact, but with this the button did not work/react
I found another code beneith the one above:
<div id="contact-754494" class="section-contact section ewf-section ewf-section-visible ewf-text-align--left ewf-section--title-left">
I tried it then with https://the-cats-pyjamas.ch/#contact-754494, but this opened the frontpage (on top, not at the section “contact”).
Hope someone can help me with that, I’d love to add these anchors to the menu too.
]]>I installed the Portum theme about a month ago and had no problems until a few days ago. Now every time I edit an element on the front page, it disappears. I discard the changes in order not to lose it. I’ve tried different browsers, cleared cache, nothing seems to be working.
]]>Hello,
I would like to change some things in Portum. Could You help me? My site is https://www.damianeiro.pl
1. How to center a captcha and the button of “send”?
2. How to make photo rotor more responsive for mobile? Right now when we go to the site on mobile, photos look to big and we don’t see them correctly. They don’t change their size. How to fix it?
3. How to expand the width of content (news/informations) on the blog and decrease the size of right column with latest news, calendar etc. (https://damianeiro.pl/blog/)
4. Is there possibility to change the color of the font on particular slide in the rotor?
Thank You in advance
Damian
]]>Hello,
I’ve added a logo to the main menu of the site. But why does the logo disappear when I scroll? The rest of the header / main menu is ok though.
Sincerely,
The Grim Reaper
]]>Hello,
How do I add columns to the frontpage and pages?
Sincerely,
The Grim Reaper
]]>Hello,
When I add pages to the site, shortcuts to these show up in the footer. How do I remove those shortcuts?
Sincerely,
The Grim Reaper
]]>Hey,
How to you change the backgroundcolor on the pages?
Sincerely,
The Grim Reaper
]]>Hey,
I’m considering using this theme for a website I’m developing. Unfortunately I don’t have the site up and running yet, I wanted to make sure that the theme is or can be made responsive before I download it.
Sincerely,
The Grim Reaper
]]>Hi,
So I have been working on my website but one thing I am not able to fix is that the site I make on my pc is good. But on mobiles/tablets it looks completely different. Alle the images are not how they are used to be and the spacing is also off.
Anyone know how to fix this issue??
Kind Regards,
Delian
I uploaded a video on Vimeo to include it on my website.
It works fine on a laptop but as soon as I open the site on an iPhone or iPad, I am not able to hear any sound and there is no button to regulate the sound or unmute.
Could you help me what I need to do?
Thanks
Katrin
Hello,
I installed portum clean theme. From developer tools I checked to make sure it is mobile friendly.
Now that I open my website on my mobile device it shows pretty different. The slider image is a totally different one. Colors, spaces. Anyone had this issue and if so how did you fix it?
Thanks.
Entering the Epsilon Page Builder -> Services, I am able to add different floating bullet-points. However – how do I make these individual services click-able, so that a visitor can read more about them on the website?
Cheers,
jakslev
]]>Just upgraded from version 1.0.2 to 1.0.6 and though I do see improvements to the UI, there are some major issues present:
Warning: Illegal string offset 'columns' in /.../public_html/wp-content/themes/portum/inc/helpers/class-portum-helper.php on line 233
Warning: Illegal string offset 'columnsCount' in /.../public_html/wp-content/themes/portum/inc/helpers/class-portum-helper.php on line 233
Warning: Division by zero in /.../public_html/wp-content/themes/portum/template-parts/frontpage/clientlist-section.php on line 40
Warning: Division by zero in /.../public_html/wp-content/themes/portum/template-parts/frontpage/clientlist-section.php on line 68
I’m stuck in a difficult situation, either rolling back to the earlier theme with an inferior UI and less/limited versions of features or trying to fix all of the above within a time crunch. Can you offer any advice?
]]>Hello everyone!
I have a site with blog. I try to enhance funcionality of my site. Right now in main blog view I have two possibilities to go to content of the post:
1) by clicking the title
2) by clicking the button ( which I must add earlier)
I would like also automatically link the cover topic photo with content of post.
How to do this?
Thank You
]]>