markdigidigi
Forum Replies Created
-
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] loop for categories/taxonomies?I don’t think that plugin applies to what I’m doing, but that may come in handy on a later project so thanks!
FYI I was able to find a solution:
ACF bidirectional relationships
https://www.advancedcustomfields.com/resources/bidirectional-relationships/And a custom query in Elementor –
https://github.com/elementor/elementor/issues/4916 (comment from pixelsock)Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] loop for categories/taxonomies?I realize that’s likely a question for Elementor, not you, so I asked them as well.
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] loop for categories/taxonomies?Okay I think I’m close to figuring it out actually, but still a bit stuck.
I’m going to create two custom post types and create a bidirectional relationship – https://www.advancedcustomfields.com/resources/bidirectional-relationships/
Then I’m I’ll create a Loop for Staff Members. Then in my Projects single, I’ll put a Posts widget, and choose the Staff Members loop.
But how do I make that Posts widget query properly, to only display the Staff Member posts which have been selected in my ACF Relation field on the current Project post?
I tried this but it didn’t work —
.mtphr-dnt-icon-button {
font-size: 14px;
}This is what DID work for changing the nav buttons’ size and color —
.mtphr-dnt-nav i {
display: block;
width: 38px;
height: 20px;
font-size: 20px;
line-height: 38px;
color: #ddd;
color: rgba(249, 249, 249, 0.8);
}But I still couldn’t figure out how to add padding to the ticks container so that they aren’t sitting under the nav buttons.
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileI figured it out – I had to change the Layout in OceanWP from 100% Full Width to Full Width.
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileHi Amit, thanks for getting back.
I’ve tried changing themes and with every other theme it shows correctly, but when I activate OceanWP I get that padding.
See these images-
OceanWP – https://www.dropbox.com/s/k5zo3wwy72gld44/IMG_7465.PNG?dl=0
Every other theme – https://www.dropbox.com/s/c4y1tw7rng58dnc/IMG_7464.PNG?dl=0Any thoughts?
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileSorry. Actually can you check it here — https://ase-dev.digidigi.pro
And let me know if you want me to email you login info.
@mekku
Hi Miguel,Thanks, it seems to be a lot better!
I’m still having site performance issues though, and using Query Monitor a couple things are coming up as “Slow Queries” from WP RSS.
See this image — https://www.dropbox.com/s/mak7721apgc8m3l/Screen%20Shot%202019-07-21%20at%202.40.03%20PM.png?dl=0
And copying the text from that image below, with the “Caller” boxes expanded, in case you need that info.
Thank you!
Mark——–
SELECT option_value
FROM wp_g6xdeq_options
WHERE option_name = ‘wprss_settings_license_keys’
LIMIT 1
–
do_action(‘plugins_loaded’)
wp-includes/plugin.php:465
wpra_run()
wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php:345
RebelCode\W\C\ModularModule->run()
wp-content/plugins/wp-rss-aggregator/src/ModularModule.php:89
RebelCode\W\C\M\LicensingModule->run()
wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php:24
RebelCode\W\C\C\WpFilterContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php:43
RebelCode\W\C\C\ModuleContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php:75
RebelCode\W\C\M\LicensingModule->RebelCode\W\C\M\{closure}()
wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php:73
wprss_licensing_get_manager()
wp-content/plugins/wp-rss-aggregator/includes/licensing.php:27
Aventura\W\C\L\Manager->__construct()
wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php:69
Aventura\W\C\L\Manager->_loadLicenses()
wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php:691
Aventura\W\C\L\Manager->getLicenseKeysDbOption()
wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php:749
get_option()
wp-includes/option.php:100CREATE TABLE IF NOT EXISTS
wp_g6xdeq_wprss_logs(idBIGINT NOT NULL AUTO_INCREMENT,dateTIMESTAMP DEFAULT CURRENT_TIMESTAMP,levelvarchar(30) NOT NULL,messagetext NOT NULL,feed_idvarchar(100), PRIMARY KEY (id) ) DEFAULT CHARACTER
SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
–
do_action(‘plugins_loaded’)
wp-includes/plugin.php:465
wpra_run()
wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php:345
RebelCode\W\C\ModularModule->run()
wp-content/plugins/wp-rss-aggregator/src/ModularModule.php:89
RebelCode\W\C\M\LoggerModule->run()
wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php:347
RebelCode\W\C\C\WpFilterContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php:43
RebelCode\W\C\C\ModuleContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php:75
RebelCode\W\C\M\LoggerModule->RebelCode\W\C\M\{closure}()
wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php:252
RebelCode\W\C\C\WpFilterContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php:43
RebelCode\W\C\C\ModuleContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php:75
RebelCode\W\C\M\LoggerModule->RebelCode\W\C\M\{closure}()
wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php:78
RebelCode\W\C\C\WpFilterContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php:43
RebelCode\W\C\C\ModuleContainer->get()
wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php:75
RebelCode\W\C\M\LoggerModule->RebelCode\W\C\M\{closure}()
wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php:61
RebelCode\W\C\L\WpdbLogger->__construct()
wp-content/plugins/wp-rss-aggregator/src/Logger/WpdbLogger.php:98
RebelCode\W\C\D\WpdbTable->create()Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileActually scratch that. That made it appear correctly in the Elementor editor, but on the front end, OceanWP is still adding padding in mobile and tablet.
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileOkay I made a discovery — the issue happens when I have sections set to boxed width and leave the setting blank (default). OceanWP seems to be adding a narrower default boxed width in tablet and mobile.
If I put 1140px in (that’s what the Elementor default boxed width is set as..) then I don’t have problems in mobile and tablet.
However, I now have to go through over 40 pages on my site and change the boxed width on every single section… unless I can figure out how to get OceanWP to not do this. Any thoughts?
Thanks!
Mark@slickremix It’s not working again
Okay now it’s back again… is this going to keep happening?
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobile@slickremix It was working for me for a week but now it’s stopped again.
Below the twitter access token it say “Oh no, something’s wrong”
Here’s the page where I’ve placed the widget at the bottom right (you can see it’s just a blank space) — https://rojavs.dreamhosters.com/
Thanks for your help!
Forum: Themes and Templates
In reply to: [OceanWP] How to increase the side margin in mobileHi Amit,
Sorry, I see those are unclear on the white background..
Here’s a video. You can see how when I narrow the window below about 945px, it suddenly “jumps” and oceanwp adds more padding.
https://drive.google.com/file/d/14RL046g-uIm50ojVcr957Pz420f8cDs7/view?usp=sharing
Later in the video I narrowed it all the way to mobile version, and you can see it’s also adding that padding in mobile (in elementor I set it to only have 20px padding).
Also, I noticed on non-Elementor pages, the issue doesn’t happen (but again, on Elementor pages, it only happens when OceanWP is activated).
For example you can open this page which isn’t elementor, and try narrowing the window like I did in the video. Watch the menu bar at the top and you’ll see it never gets that extra padding from OceanWP — https://rojavs.dreamhosters.com/events/assa-annual-meeting/If you would like WP admin access let me know where I can privately email that to you.
Thanks for your help!
Mark