tf35strike
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Addons for Elementor] Features Request ??Also just noticed that Ultimate Addons for Elementor has table widget but it too is limited in its capacity to create links and have to paste in the full URL into their content field, no option to select files from WP media library.
Forum: Plugins
In reply to: [Table Addons for Elementor] Features Request ??Worked it out had to paste ‘<[a href=”mylink”>my link</a]>’ straight into the visual table, if you could make a button to do this work be great for the people who don’t know code or how to make a link etc.
If they can just click a link button that then loads the WP media library and they can select the file from there and insert would be the function that would be great.
- This reply was modified 3 years, 10 months ago by tf35strike.
- This reply was modified 3 years, 10 months ago by tf35strike.
- This reply was modified 3 years, 10 months ago by tf35strike.
- This reply was modified 3 years, 10 months ago by tf35strike.
Forum: Plugins
In reply to: [Table Addons for Elementor] Features Request ??Hi iqbalbary, lovely work on this plugin, I also need to be able to make a simple text link on text that is inside the table.
You say to do custom HTMl, but from the widget I don’t see how to do this?
Can you please explain how to do it etc.Any help would be great
Forum: Fixing WordPress
In reply to: Feature Image widget missing after WP 4.2.1 upgradeHi Robert I fixed it by moving the line
add_theme_support(‘post-thumbnails’);
Right to the very top of my function.php file, 4.2.1 must be reading it a bit differently or something, thanks for the assistance
Forum: Fixing WordPress
In reply to: Feature Image widget missing after WP 4.2.1 upgradeI already have
// Add Widget Areas
function ourWidgetsInit() {register_sidebar( array(
‘name’ => ‘Sidebar’,
‘id’ => ‘sidebar1’,
‘before_widget’ => ‘<div class=”widget-item”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widget-title”>’,
‘after_title’ => ‘</h2>’,
));add_action(‘widgets_init’, ‘ourWidgetsInit’);
Inside my functions.php???
Any other ideas?
Forum: Fixing WordPress
In reply to: Feature Image widget missing after WP 4.2.1 upgradeHi Robert, the theme I am using I have created from scratch??? Is there something I need to be putting in the functions file or?
Forum: Fixing WordPress
In reply to: Feature Image widget missing after WP 4.2.1 upgradeI’ve deactivated all plugins, but still no Feature Image widget is appearing!
Any help would be greatThanks Justin and Spencer, yeah I just didn’t want any buttons next to the wordpress edit/new button in the top bar that is all just to make it a little less cluttered for the user.
At the moment
#wp-admin-bar-feed_them_social_admin_bar {
display:none !important;
}Did the trick for a temporary solution, spencer the site I am working on the other editors of the site need to be also “Admin” level too otherwise it would have been fine etc.
Hi Nick I can’t at the moment the site isn’t live as yet, but i have also jsut noticed this behaviour also occurs on the full calendar view, eg. https://mysite/gce_feed/mycalendarfeed not just the widget.
Also I am in Australasian timezone region, if that has anything to do with it? Even though I did select my timezone when I created my Google Calendar at the Google website.
ok never mind figured that bit out Ross (simply just put MAMP back to :8888 then went in to the admin and editing the Home and site URL fields and removed the “:8888” from them, then put the MAMP back onto port 80 and site the site was again perfect at https://mysite-wp
Only problem now is that when I try to access this from my iphone, eg I find my mac computers ip eg. 10.0.1.9 and I then go to my iPhone and enter
https://10.0.1.9
I get to see the MAMP Pro “The virtual host was setup successfully screen” which is great,
but if I try to access my Word Press site at
https://10.0.1.9/mysite-wp
I get “Not found”, the requested URL was not found on this server.???
What do I need to do now?
Hi again Ross, ok I’ve worked out how to set my MAMP PRO “default Apache port for http connections to ports 80, and SSL is 443 and MySQL port is 3306, which is a start.
Thats cool and now when I go to localhost in my browser my Webstart appears at
https://localhost/MAMP/?language=Englishnot
https://localhost:8888/MAMP/?language=English
Which is great!But now when I go to access my WordPress Site I have to add a manual override in the wp-config.php file to be able to access the site, otherwise I get a cant access error in the browser.
I added
define(‘WP_HOME’, ‘https://mysite-wp’);
define(‘WP_SITEURL’, ‘https://mysite-wp’);and that lets me load the site, but now the site doesn’t have any css etc because if I look in the header of the html page I see that all my css files and header files are still pointing to https://mysite-wp:8888/style.css etc etc etc
Is there anyway I can change these/remove those :8888 references without having to manually do it in the DB?
Hi Ross thanks for that, ok, I have edited the hosts file on a window pc before but never on an iPhone. Do you have / know of any good tutorials on how to do this correctly?